issues
search
marja-w
/
gan-des-midi-music-gen
Training of two GAN models on MIDI music data for the task of automated music composition.
0
stars
0
forks
source link
Papers Structure Segmentation
#2
Open
marja-w
opened
9 months ago
marja-w
commented
9 months ago
Code for music segmentation in Python using tempogram and change point detection:
https://centre-borelli.github.io/ruptures-docs/examples/music-segmentation/
Website linked in REPET paper:
https://interactiveaudiolab.github.io/projects/#separation
Pitchclass2vec: Symbolic Music Structure Segmentation with Chord Embeddings
: introduces novel chord embedding method, which considers component notes of the chord and uses word2vec, uses embeddings as input of a recurrent neural network, did not find code