enriqueav / lstm_lyrics

LSTM text generation by word. Used to generate lyrics from a corpus of a music genre.
https://medium.com/@enriqueav/word-level-lstm-text-generator-creating-automatic-song-lyrics-with-neural-networks-b8a1617104fb
MIT License
80 stars 27 forks source link

Update Medium #6

Closed enriqueav closed 5 years ago

enriqueav commented 6 years ago

Update medium history with the changes to

  1. Add enter as a word
  2. Include validation data in fit
  3. Simplify split
  4. Simplify indexing in generator etc.
enriqueav commented 6 years ago

All points are completed. Just need to update with new examples, after the training this weekend.