Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 404 Bytes

H1RNN1

Recurrent neural network for predicting protein mutations in Hemagglutinin in Influenza.

Usage

python main_v2.py This command will train a model with our default parameters, save the model, and print 5 predicted protein sequences for the year 2012. Default parameters can be seen in main_v2.py.

Compatibility

Only works on Python 2.x, although most of it is Python 3.x compatible.