Skip to content

Generating music using quantum machine learning models. (QuGAN and QLSTM)

Notifications You must be signed in to change notification settings

theerfan/Maqenta

Repository files navigation

Maqenta

Magenta, but in Quantum.

Roadmap

  1. Learn about GANs

  2. Learn about RNNs & LSTMs

  3. Learn more about other QML Methods that could be possible for generating music.

  4. Learn Music Theory to be able to find even more ideas for generating Quantum Music.

  5. Read these papers

  6. Future Development.

    • Develop the code for EQGAN.
    • Change the measurements from global to local in the QuGAN module, because it gets trapped inside a barren plateu very quickly.
    • The Issue of monotony (same offset between notes).
    • Using a tunable vector w to be inner producted with the output of the functions, basically adding a classical layer that needs to be optimized.
    • Cross-check to see if there's any difference in tuning a matrix to generate multiple next notes or just a vector to finding one next note.