The aim of this repo is to provide implementation of BRNN model for protein secondary structure prediction. Long-term aim is to improve the current known accuracy for the same task. Done by Udayraj Deshmukh and Sudhanshu Ranjan
chmod +x dependencies_installation.sh processCB613.sh
- run processCB613.sh
- run model_6.py
The model reaches an accuracy of 68.4% on test data set (CB513).
Related work : Next-Step Conditioned Deep Convolutional Neural Networks Improve Protein Secondary Structure Prediction
(1702.03865.pdf on arxiv) has an accuracy of 70.3% and also contains comparision with previous models.