Creating Irish Music using a Generative Adversarial Neural Network
Creating Music Using a Generative Adversarial Network
By Billard, Mitchell; Bishop, Robert; Elsisy, Moustafa; Graves, Laura; Dr. Kolokolova, Antonina; Nagisetty, Vineel; and Northcott, Zachary: all affiliated with Memorial University of Newfoundland
Our research aims to discover if successful AI image generative models can also be used to generate music. We plan to use a Deconvolutional Generative Adversarial Network, a particular type of Artificial Neural Network, in an attempt to generate Irish music.
We hope to use the distinctive structure of Irish tunes to make them suitable for GAN-based music generation. Our main idea is to regard an Irish melody as a fixed-size object with cross-references among its parts: “music as a picture” view. The two key components of this project are:
Modifying GANs via:
src/Generation/
directorysrc/Model/
directoryData/
directorySite/
directoryEnsemble.ipynb
which is found in the Documentation/
directory.