Short history of music AI
video of this class
This starts our "AI unit" of the class. I gave a brief history of the
development of different AI approaches along with a discussion of how
neural-nets/machine learning works.
Links
These are the web pages and videos I showed in class. There's many, many
more web-page resources if you look. Just google terms like "genetic algorithm",
"neural networks" (Rumelhart and McClelland, Geoffrey Hinton), "connectionism",
"symbolic AI" (Marvin Minsky). You will find a lot.
Class Downloads
- iglesia-net-js.zip
-- this is the simple neural-net maxpatch I showed that can learn
to disambiguate "low" sounds from "high" sounds (if the data
inputs are imagined as FFT frequency bins). It's in a folder
called "iglesia-net" because it's a revised version of a
revision that former CMC student
Daniel Iglesia
made of an original maxpatch I wrote. Dan's version was much
better than mine.
- trump-o-matic.zip
-- this is the silly "Donald Trump Quote Generator" I did to
show a really basic approach to "AI".