Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 326 Bytes

song_lyrics_generator

Generates new songs(lyrics only) based on its training on previous billboards top hits using Tensorflow(specifically Keras) and Python3.6.

The model consists of two LSTM layer and a Dense layer. After 250 epochs the model had an accuracy of 81.2. It can be further trained to improve its accuracy.