More Learning




CS156

Chris Pollett

Dec 1, 2014

Outline

Introduction

Choosing the Attribute to Test

Information Gain

Entropy

Choosing a Attribute Revisited

Quiz

Which of the following is true?

  1. Learning from training input output pairs what should be the output value for a new input value is called deductive learning.
  2. At this point all computer learning algorithms are supervised.
  3. A decision tree represents a function that takes as input a vector of attribute values and returns a decision -- a single output value.

Neural Nets

Neural Network Structure

Image with basic components of an neuron

Perceptrons

Example threshold and sigmoid activation functions

Making Networks