paganini

A generative adversarial network trained to compose virtuosic classical music with an SVM discriminator system (C-RNN-GAN).

https://github.com/danielathome19/paganini

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary

Keywords

gan machine-learning music music-composition neural-network
Last synced: 6 months ago · JSON representation ·

Repository

A generative adversarial network trained to compose virtuosic classical music with an SVM discriminator system (C-RNN-GAN).

Basic Info
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
gan machine-learning music music-composition neural-network
Created about 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

About

PaGANini is a generative adversarial network trained to compose virtuosic classical music with an SVM discriminator system (C-RNN-GAN) To find out more, check out the provided research paper: * "Generative Deep Learning for Virtuosic Classical Music.pdf" (DOI: 10.48550/arxiv.2101.00169)

The survey mentioned in my research paper for the musical likeness can be found at GanSurvey.

Usage

For data used in my experiments: * All datasets can be found in AllDatasets.zip, only the full original dataset (the "paganini" folder) is provided in this repository.
* My most recent pre-trained weights can be found in Weights.zip. * All output compositions by my model can be found in ProjectOutput.zip.

NOTE: these folders should be placed in the same folder as "finalProject.py". For folder existing conflicts, simply merge the directories.

In finalProject.py, the "fpmain" function acts as the controller for the model, where calls to train the model, create a prediction, run the SVM, and all other functions are called. The code has been updated to include a call to fpmain at the bottom, but one may also call this function from an external script ("from finalProject import fpmain").

To choose an operation or series of operations for the model to perform, simply edit the fpmain function before running. Examples of all function calls can be seen commented out within fpmain.

Bugs/Features

Bugs are tracked using the GitHub Issue Tracker.

Please use the issue tracker for the following purpose: * To raise a bug request; do include specific details and label it appropriately. * To suggest any improvements in existing features. * To suggest new features or structures or applications.

License

The code is licensed under Apache License 2.0.

Citation

If you use this code for your research, please cite this project: bibtex @software{Szelogowski_PaGANini_2020, author = {Szelogowski, Daniel}, doi = {10.48550/arxiv.2101.00169}, month = {Dec}, title = {{PaGANini}}, license = {Apache-2.0}, url = {https://github.com/danielathome19/PaGANini}, version = {1.0.0}, year = {2020} }

Owner

  • Name: Daniel J. Szelogowski
  • Login: danielathome19
  • Kind: user
  • Location: Wisconsin
  • Company: @MECS-Research-Lab

Standing on the shoulders of giants.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Szelogowski"
  given-names: "Daniel"
  orcid: "https://orcid.org/0000-0002-0350-5771"
title: "PaGANini"
version: 1.0.0
doi: 10.48550/arxiv.2101.00169
date-released: 2020-12-10
license: Apache-2.0
url: "https://github.com/danielathome19/PaGANini"

GitHub Events

Total
Last Year