Hacking on Creative Prediction
Here’s some exercises/projects/tutorials, to get you started with
creative prediction.
Remember to check out the setup page to get your
Python/Keras/Jupyter tools running.
-
Set up Python, Keras, and Jupyter
-
Try out a Colab Notebook
-
Make your own text generator
-
Make some music with an RNN
-
Make a RoboJam model
-
Try out IMPS, Processing, and Pd
-
Design a Predictive NIME
Tutorials/Demos
- Generating Creative Sequences
-
Generating Text with a CharRNN; inventing Star Trek episode titles. github colab
-
Advanced CharRNN techniques. github colab
-
Continuing musical sequences. github colab
-
Combining multiple sequences in a CharRNN with “Gesture-RNN” (not working right now..). github colab
- RNNs for continuous-valued data: Mixture Density Layers (MDNs)
-
Mixture distribution examples github colab
-
Introduction to Mixture Density Layers github colab
-
Predicting sketching: Kanji generation with a Mixture Density RNN. github colab
-
Predicting time and place - musical scribbles with RoboJam. github colab
- VAE, GAN, and World Models