Recurrent neural network for predicting protein mutations in Hemagglutinin in Influenza.
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
.
Only works on Python 2.x, although most of it is Python 3.x compatible.