An open API service indexing awesome lists of open source software.

https://github.com/bruvduroiu/rnn-protein-structure

Using Recurrent Neural Networks to predict secondary protein structure
https://github.com/bruvduroiu/rnn-protein-structure

cnn gru protein-structure python rnn tensorflow

Last synced: about 2 months ago
JSON representation

Using Recurrent Neural Networks to predict secondary protein structure

Awesome Lists containing this project

README

          

# Predicting Protein Secondary Structure using RNN & CNN

Model tested on the [CB513 dataset](https://www.princeton.edu/~jzthree/datasets/ICML2014/).

Note: This code is optimised to run on Tensorflow version 1.3.0.

## Motivation

To build a RNN-based neural network model capable of predicting the secondary structure of proteins based on their amino-acid chains.

## Model architecture

TODO

## Results

TODO

This repository represents the author's submission for COMP3212: Computational Biology course at the [University of Southampton](https://www.ecs.soton.ac.uk)