The past four months I’ve been focused on my fellows project at OpenAI: MuseNet. It’s a music generation model (inspired by my music project last summer, but with a much larger [...]
Grand Slam Math does not collect any personal data, nor will it do so in the future. There are no in-app purchases or advertisements. The app is aligned with the Power Builders math curriculum [...]
Project Overview Clara is an LSTM that composes piano music and chamber music. It has some parallels to Google’s Magenta project, although it’s an entirely separate project, and uses [...]
This weekend I trained an AWD-LSTM on music by many different composers from Classical Archives. Here are some generations paired with some random selections from the human composers. Following [...]
This week I transferred my code out of a bunch of experimental Jupyter Notebooks, and organized it into the final structure that I’ll open source next week. It was admittedly an [...]
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 [...]
Multiple Instrument Generation I worked this week on expanding my music generation model to include violin & piano duets. Unfortunately midi violin sounds awful, so you’ll have to [...]
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 [...]