Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 643 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 643 Bytes

Generate Music

  • WIP project to use an encoder-decoder Recurrent Neural Network with LSTM to generate classical music
  • Data was scraped from midiworld.com using code from: link
  • The midi files were converted to numpy arrays using code from: link
  • The model structure was guided by: link