Skip to content

Protein Secondary Structure Prediction using 3-CNN and GRU model

Notifications You must be signed in to change notification settings

sailfish009/pssp-3cnn-gru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein secondary Structure Prediction in Deep Learning

PyTorch implementations of protein secondary structure prediction on CB513.

Dataset

I used CB513 dataset of https://github.com/alrojo/CB513.

sequence length (train) sequence length (test)
amino acid (train) amino acid (test)
secondary structure label(train) secondary structure label (test)

Usage

You can get more infomations by adding -h option.

pssp

python main.py

Acknowledgement

About

Protein Secondary Structure Prediction using 3-CNN and GRU model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%