Skip to content

AbhinavThukral97/poetry-using-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning - Poetry

Implementing a simple LSTM RNN model using Keras to train on a dataset consisting of poems. The model is trained character by character and performs a decent task in understanding the structure of a poem and several words. In different iterations, with different initial random seeds, it even produces a few rhyming words.