Abstract:
The aim of our project was to predict the depths of all the amino acids in a given
query sequence. Residue depth is an important parameter to study various other
properties of the protein. To predict the same we used neural networks. We had
earlier tried statistical methods to predict residue depth but failed. We extracted all information from the query sequence and used these as features for our neural
network. We subsequently trained several networks and tweaked the input features to improve the accuracy. We also tried changing the number of nodes in every hidden layer and the number of hidden layers. Our final model had negligible
accuracy. This was because the input features we could extract, only given the query was far too weakly correlated to the final residue depth. Other constraints of energy and structure would have probably led to a better prediction.