├── .gitignore ├── README.md ├── cb6133.py ├── cb6133test.py ├── metrics.py ├── onehotcnn.py ├── onehotcnntest.py ├── profilecnn.py └── wentao_Protein Secondary Structure Prediction a comprehensive study.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/README.md -------------------------------------------------------------------------------- /cb6133.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/cb6133.py -------------------------------------------------------------------------------- /cb6133test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/cb6133test.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/metrics.py -------------------------------------------------------------------------------- /onehotcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/onehotcnn.py -------------------------------------------------------------------------------- /onehotcnntest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/onehotcnntest.py -------------------------------------------------------------------------------- /profilecnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/profilecnn.py -------------------------------------------------------------------------------- /wentao_Protein Secondary Structure Prediction a comprehensive study.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wentaozhu/protein-cascade-cnn-lstm/HEAD/wentao_Protein Secondary Structure Prediction a comprehensive study.pdf --------------------------------------------------------------------------------