Random Species Name Generation using RNN

Last week I decided to do something fun with AI. I trained a small Recurrent Neural Network to generate random names of species as per the Binomial nomenclature (e.g Homo Sapiens) using GRU based RNN and Tensorflow. The name of species for training was taken from Uniprot’s website : https://www.uniprot.org/docs/speclist

Click on the ‘Generate Species’ button to see it in action

For code , visit here:
https://www.kaggle.com/finalepoch/species-name-generation-using-tensorflow