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 [...]