B
Appendix B:
Algorithms & Library Implementations
SampleRNN
- An Unconditional End-to-End Neural Audio Generation Model https://arxiv.org/abs/1612.07837
- https://github.com/soroushmehr/sampleRNN_ICLR2017
- https://github.com/richardassar/SampleRNN_torch
MIDI RNN
- LSTM Recurrent Neural Network made with Keras
- https://github.com/brannondorsey/midi-rnn
Magenta & GANSynth
- Tensorflow Implementation for Music
- https://github.com/tensorflow/magenta
-
https://magenta.tensorflow.org/gansynth
Char RNN
- Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
- https://github.com/sherjilozair/char-rnn-tensorflow/
WaveGAN
- WaveGAN: Raw audio synthesis with generative adversarial networks
- https://github.com/chrisdonahue/wavegan
GRUV
- GRUV is a Python project for algorithmic music generation
- https://github.com/MattVitelli/GRUV
Audio Style Transfer
- TensorFlow implementation for audio neural style
- https://github.com/vadim-v-lebedev/audio_style_tranfer