Skip to content

UCSF BMI219 Deep Learning (2017), Coding example (Prediction of protein folding with RNN and CNN)

Notifications You must be signed in to change notification settings

pfnet-research/BMI219-2017-ProteinFolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein secondary structure prediction with cascaded CNN and RNN

This is an example of the application of deep learning to protein secondary structure prediction. This example is based on [1], but some minor modifications are applied.

See commentary.md for a detailed explanation

Dependency

Usage

Retrieve dataset

bash get_data.sh

Train

PYTHONPATH="." python tools/train.py

Reference

[1] Li, Z., & Yu, Y. (2016). Protein Secondary Structure Prediction Using Cascaded Convolutional and Recurrent Neural Networks. arXiv preprint arXiv:1604.07176.

About

UCSF BMI219 Deep Learning (2017), Coding example (Prediction of protein folding with RNN and CNN)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published