Changes between Version 17 and Version 18 of Other/Summer/2018/music
- Timestamp:
- Jul 5, 2018, 4:19:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2018/music
v17 v18 11 11 We have accomplished music composition based on an existing corpus from the Music21 Python library using first-order and second-order Markov chains. 12 12 13 imageofmarkovchain.png 13 [[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2018/music/markov.png)]] 14 14 15 15 This approach analyzes the stream of music to generate the probability of each successive note for each note in the song. The program will then pick a following note, and is more likely to pick those which have higher probabilities or weights from the existing state.