Up until now, I’ve been developing my music generator by first making a change, and then next listening to a bunch of samples and trying to decide whether my change was good or not. This [...]
Notewise Generation The program is starting to be able to generate music that is both new and musical. Last week I had the problem that the LSTM was able to overfit to Mozart, and could reproduce [...]
LSTM trained to output music The neural net successfully learned to generate Mozart! This week I trained an LSTM to predict the next step of a musical piece (given the previous 120 time steps). [...]
This week I experimented with using different kinds of neural nets to generate text and music (listen to my music generation results here). I grabbed the Kaggle Wine Reviews dataset and used that [...]