Music generation with torch-rnn
Experiments in music creation using RNN. The "classic" technic to generate music with a RNN is to aggregate songs in ABC notations and train a model on those. Since ABC notation is "just" a succession of letters and symbols we can get a lot of musical data in a text file weight…
Guillaume Massol