Learning Using Entropy, Neural Nets




CS156

Chris Pollett

May 4, 2015

Outline

Introduction

Choosing the Attribute to Test

Information Gain

Entropy

Choosing a Attribute Revisited

Quiz

Which of the following is true?

  1. Baye's rule allows us to calculate P(b|a) using P(a|b), P(a), and P(b).
  2. Clustering is one type of supervised learning.
  3. All of the branches of a decision tree are always the same length.

Neural Nets

Neural Network Structure

Image with basic components of an neuron

Perceptrons

Example threshold and sigmoid activation functions

Making Networks