More Learning




CS156

Chris Pollett

May 7, 2012

Outline

Introduction

Choosing the Attribute to Test

Information Gain

Entropy

Choosing a Attribute Revisited

Quiz

Which of the following is true?

  1. If `P(b) > P(a)` then `P(b|a) > P(a|b)`.
  2. A common task in supervised learning is clustering.
  3. All branches in a decision tree must be the same length.

Neural Nets

Neural Network Structure

Image with basic components of an neuron

Perceptrons

Example threshold and sigmoid activation functions

Making Networks