dwysocki / hidden-markov-music

Generate original musical scores by means of a hidden Markov model.
MIT License
6 stars 1 forks source link

K-means clustering #7

Open dwysocki opened 9 years ago

dwysocki commented 9 years ago

Perform k-means clustering on a sample of song signatures, using scikit-learn. Requires #6 to be completed, as the cosine distance will be utilized here.