accraze / afx_rnn

Neural Net trained on Aphex Twin songs :robot: :notes:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AFX RNN

Training a Neural Network to compose it's own Aphex Twin score using Magenta/Tensorflow.

Blogpost: https://accraze.info/deep-learning-aphex-twin/

Useage

First make sure you have installed Magenta

To train the model use:

$ ./train.sh

This will create the NoteSequences and SequenceExamples that will be fed into the PerformanceRNN model during training and evaluation.

To generate midi files:

$ ./generate.sh

This will place 10 new files in the output directory.

About

Neural Net trained on Aphex Twin songs :robot: :notes:


Languages

Language:Shell 100.0%