ml5js / Intro-ML-Arts-IMA-F19

Syllabus for Introduction to Machine Learning for the Arts at IMA / Tisch / NYU.
MIT License
164 stars 20 forks source link

Simple Perceptron example? #9

Open joeyklee opened 5 years ago

joeyklee commented 5 years ago

For me one of the "ah-ha" moments was seeing what is going on in a Perceptron. Seeing how simple "intelligence" can be was very helpful to demystify the idea of defining fitness.

shiffman commented 5 years ago

I was thinking this material would be part of week 4 - DIY neural nets (which is my theoretical deadline for a rewrite of this chapter), but I could cover / assign the first section on the perceptron earlier.

joeyklee commented 5 years ago

@shiffman - excellent! That's great to hear. I think it makes sense to have it in week 4 unless it is too much to pack into 1 week.

shiffman commented 5 years ago

There is a lot to do this week so I'm not sure if a full discussion of the Perceptron fits. I wonder if it might work well to double back into some of the details next week when we look at a second round of examples with the DIY neural network. I got lost in tensors this weekend so didn't get to make major revisions to chapter 10 yet. I should at a minimum add some links to #39