Coder Social home page Coder Social logo

deepbio's Introduction

python interface

This repository is prepared for the python interface of this webserver.

Now, it’s just a primary version and still need to develop related functions and interfaces.

1. how to run?

1.1 pretrain model download

Firstly, you should download pretrain model from relevant github repository.

For example, if you want to use DNAbert, you need to put them into the pretrain folder and rename the relevant choice in the model.

1.2 start train

The entrance to the training model is in main folder, open it and you can easy know how to use it.

2. Models

We have collected more than ten common models applied to sentence classification, including but not limited to traditional methods. They are all in model folder and you can review it.

All the model input is sequences and output is divided into to two parts including classification output and feature representation. You can add your model in this format.

Here are our statistical table and related references.

NLP traditional GNN
TransformerEncoder DNN TextGNN
ReformerEncoder RNN GCN
PerformerEncoder LSTM GAN
LinformerEncoder BiLSTM
RoutingTransformerEncoder LSTMAttention
DNA bert GRU
Prot bert TextCNN
TextRCNN
VDCNN
RNN_CNN

3. Plot

we use matplotlib as our main plot tool.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.