This week you should finish Lesson 7, Machine Learning, and read Chapter 18.6-11 & 20.3 in Russell & Norvig.
Assignment 4: Decision Trees Due: October 29 at 11:59PM UTC-12 (Anywhere on Earth time)
Quiz: Neural Nets Quiz
Fill in the truth table for NOR and find weights such that:
a = { true if w0 + i1 w1 + i2 w2 > 0, else false }
Truth table Enter 1 for True, and 0 (or leave blank) for False in each cell. All combinations of i1 and i2 must be specified. Weights Each weight must be a number between 0.0 and 1.0, accurate to one or two decimal places. w1 and w2 are the input weights corresponding to i1 and i2 respectively. w0 is the bias weight. Activation function Choose the simplest activation function that can be used to capture this relationship.
Readings on EM and Mixture Models
- AIMA: Chapter 20.3
- PRML: Chapter 9.0-9.2 Mixture Models and EM
- *PRML = Pattern Recognition and Machine Learning, Christopher Bishop Research articles
- Using GPS to Learn Significant Locations and Predict Movement Across Multiple Users, Daniel Ashbrook and Thad Starner
20171101 初稿