仓库源文站点原文


layout: post title: "AI 笔记 Week 10 Machine Learning" date: "2017-12-09 03:36:33" categories: 计算机科学 excerpt: "This week you should finish Lesson 7, Machine Learning, and read Chapter..."

auth: conge

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)


Boosting

Boosting

Boosting example

Boosting quiz

Neural nets

Neura nets

simple equation can do generalized computation

Quiz: Neural Nets Quiz

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.

Multilayer Nets

Perceptron Learning

Comparison between decision tree and perceptron

Multilayer Perceptrons

Multilayer Perceptrons

Back-Propagation

Deep Learning

Unsupervised Learning

k-Means and EM

k-Means

EM and Mixture of Gaussians

Readings on EM and Mixture Models

20171101 初稿