Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Melody Harmonization with Genetic Algorithms - Generative Music AI Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Harmonization task
- 3 What we'll build
- 4 Get the code
- 5 Main function: First pass
- 6 Example generation
- 7 MelodyData
- 8 GeneticMelodyHarmonizer
- 9 Generate
- 10 Initialise population
- 11 Select parents
- 12 Create new population
- 13 Crossover
- 14 Mutate
- 15 FitnessEvaluator
- 16 Chord melody congruence
- 17 Chord variety
- 18 Harmonic flow
- 19 Functional harmony
- 20 Main function: Second pass
- 21 Exploring the code further...
- 22 What's up next?