Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 914 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 914 Bytes

Music Generation with AI

1. MiniBach

Architecture

feedforward neural network architecture

How does it work ?

choose an arbitrary melody and feedforward it into the architecture in order to produce a corresponding counterpoint accompaniment

Source

Briot, Jean-Pierre, Gaëtan Hadjeres, and François Pachet. 2017. “Deep Learning Techniques for Music Generation - A Survey.” CoRR abs/1709.01620. http://arxiv.org/abs/1709.01620.

Implementation by napulen/MiniBach

2. Autoencoder

This is an implementation of an Autoencoder for sound generation from the Sound of AI channel

Troubleshooting