machine learning 2007 lecture 7 instructor tim van erven
play

Machine Learning 2007: Lecture 7 Instructor: Tim van Erven - PowerPoint PPT Presentation

Machine Learning 2007: Lecture 7 Instructor: Tim van Erven (Tim.van.Erven@cwi.nl) Website: www.cwi.nl/erven/teaching/0708/ml/ October 18, 2007 1 / 26 Overview Organisational Organisational Matters Matters Answers Exercises 2


  1. Machine Learning 2007: Lecture 7 Instructor: Tim van Erven (Tim.van.Erven@cwi.nl) Website: www.cwi.nl/˜erven/teaching/0708/ml/ October 18, 2007 1 / 26

  2. Overview Organisational Organisational Matters ● Matters Answers Exercises 2 ● Answers Exercises 2 Linear Functions as Inner Products ● Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification ● Vector Valued Neural Networks and the Perceptron ● Outputs in Regression and Classification ✦ Neural Networks Neural Networks and the Perceptron ✦ The Perceptron Convex Functions ✦ Implementing Boolean Functions with a Perceptron Gradient Descent Convex Functions ● Gradient Descent (part 1) ● 2 / 26

  3. Course Organisation Organisational Room of the intermediate exam changed to: Q105 . ● Matters Not necessary to enroll on tisvu. ● Answers Exercises 2 Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification Neural Networks and the Perceptron Convex Functions Gradient Descent 3 / 26

  4. Course Organisation Organisational Room of the intermediate exam changed to: Q105 . ● Matters Not necessary to enroll on tisvu. ● Answers Exercises 2 Next lecture (in two weeks) will be on Wednesday at ● Linear Functions as Inner Products 13.30-15.15 in room KC159. Vector Valued Outputs in Regression and Classification Neural Networks and the Perceptron Convex Functions Gradient Descent 3 / 26

  5. Course Organisation Organisational Room of the intermediate exam changed to: Q105 . ● Matters Not necessary to enroll on tisvu. ● Answers Exercises 2 Next lecture (in two weeks) will be on Wednesday at ● Linear Functions as Inner Products 13.30-15.15 in room KC159. Vector Valued Do not submit Office 2007 (.docx) files for the homework. Pdf ● Outputs in Regression and Classification is preferred; older Office (.doc) is acceptable. Neural Networks and the Perceptron Convex Functions Gradient Descent 3 / 26

  6. Course Organisation Organisational Room of the intermediate exam changed to: Q105 . ● Matters Not necessary to enroll on tisvu. ● Answers Exercises 2 Next lecture (in two weeks) will be on Wednesday at ● Linear Functions as Inner Products 13.30-15.15 in room KC159. Vector Valued Do not submit Office 2007 (.docx) files for the homework. Pdf ● Outputs in Regression and Classification is preferred; older Office (.doc) is acceptable. Neural Networks and the Perceptron Mitchell: Convex Functions Read: Chapter 4, sections 4.1–4.4. ● Gradient Descent This Lecture: Explanation of linear functions as inner products is needed to ● understand Mitchell. Neural networks are in Mitchell. I have some extra pictures. ● Convex functions are not discussed in Mitchell. ● I will give more background on gradient descent. ● 3 / 26

  7. Overview Organisational Organisational Matters ● Matters Answers Exercises 2 ● Answers Exercises 2 Linear Functions as Inner Products ● Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification ● Vector Valued Neural Networks and the Perceptron ● Outputs in Regression and Classification ✦ Neural Networks Neural Networks and the Perceptron ✦ The Perceptron Convex Functions ✦ Implementing Boolean Functions with a Perceptron Gradient Descent Convex Functions ● Gradient Descent (part 1) ● 4 / 26

  8. Overview Organisational Organisational Matters ● Matters Answers Exercises 2 ● Answers Exercises 2 Linear Functions as Inner Products ● Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification ● Vector Valued Neural Networks and the Perceptron ● Outputs in Regression and Classification ✦ Neural Networks Neural Networks and the Perceptron ✦ The Perceptron Convex Functions ✦ Implementing Boolean Functions with a Perceptron Gradient Descent Convex Functions ● Gradient Descent (part 1) ● 5 / 26

  9. Linear Functions as Inner Products Linear Function: Organisational Matters Answers Exercises 2 h w ( x ) = w 0 + w 1 x 1 + . . . + w d x d Linear Functions as Inner Products Vector Valued x = ( x 1 , . . . , x d ) ⊤ is a d -dimensional feature vector. ● Outputs in Regression w = ( w 0 , w 1 , . . . , w d ) ⊤ is a d + 1 -dimensional weight vector. and Classification ● Neural Networks and the Perceptron Convex Functions Gradient Descent 6 / 26

  10. Linear Functions as Inner Products Linear Function: Organisational Matters Answers Exercises 2 h w ( x ) = w 0 + w 1 x 1 + . . . + w d x d Linear Functions as Inner Products Vector Valued x = ( x 1 , . . . , x d ) ⊤ is a d -dimensional feature vector. ● Outputs in Regression w = ( w 0 , w 1 , . . . , w d ) ⊤ is a d + 1 -dimensional weight vector. and Classification ● Neural Networks and the Perceptron As Inner Products (a standard trick): Convex Functions We may change x into a d + 1 -dimensional vector x ′ by adding an Gradient Descent imaginary extra feature x 0 , which always has value 1 : x ′ = (1 , x 1 , . . . , x d ) ⊤ x = ( x 1 , . . . , x d ) ⊤ ⇒ d � w i x ′ i = � w , x ′ � h w ( x ) = i =0 Mitchell writes w · x ′ for � w , x ′ � . ● 6 / 26

  11. Overview Organisational Organisational Matters ● Matters Answers Exercises 2 ● Answers Exercises 2 Linear Functions as Inner Products ● Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification ● Vector Valued Neural Networks and the Perceptron ● Outputs in Regression and Classification ✦ Neural Networks Neural Networks and the Perceptron ✦ The Perceptron Convex Functions ✦ Implementing Boolean Functions with a Perceptron Gradient Descent Convex Functions ● Gradient Descent (part 1) ● 7 / 26

  12. Vector Valued Outputs Reminder: Organisational Matters Regression: Predict the label y for any feature vector x . Answers Exercises 2 ● Linear Functions as Typically y can take infinitely many values. Inner Products Classification: Predict the class label y for any new feature ● Vector Valued Outputs in Regression vector x . Only finitely many categories for y . and Classification Neural Networks and the Perceptron Convex Functions Gradient Descent 8 / 26

  13. Vector Valued Outputs Reminder: Organisational Matters Regression: Predict the label y for any feature vector x . Answers Exercises 2 ● Linear Functions as Typically y can take infinitely many values. Inner Products Classification: Predict the class label y for any new feature ● Vector Valued Outputs in Regression vector x . Only finitely many categories for y . and Classification Neural Networks and Vector Valued Outputs: the Perceptron Convex Functions In our definition the label y is a single value. ● Gradient Descent This can be generalised to a label vector y . ● Neural networks typically output label vectors. ● 8 / 26

  14. Overview Organisational Organisational Matters ● Matters Answers Exercises 2 ● Answers Exercises 2 Linear Functions as Inner Products ● Linear Functions as Inner Products Vector Valued Outputs in Regression and Classification ● Vector Valued Neural Networks and the Perceptron ● Outputs in Regression and Classification ✦ Neural Networks Neural Networks and the Perceptron ✦ The Perceptron Convex Functions ✦ Implementing Boolean Functions with a Perceptron Gradient Descent Convex Functions ● Gradient Descent (part 1) ● 9 / 26

  15. Biology A Neuron [Wikimedia Commons]: Organisational Matters Dendrite Axon Terminal Answers Exercises 2 Node of Linear Functions as Inner Products Ranvier Cell body Vector Valued Outputs in Regression and Classification Neural Networks and the Perceptron Schwann cell Axon Convex Functions Myelin sheath Gradient Descent Nucleus The Brain: The brain is a complex network of approximately ● 10 11 = 100 000 000 000 neurons. On average each neuron is connected to approximately ● 10 4 = 10 000 other neurons. Each neuron has many input channels (dendrites) and one ● output channel (axon). 10 / 26

  16. Artificial Neurons An Artificial Neuron: Organisational Matters An (artificial) neuron is some function h that gets a feature vector Answers Exercises 2 Linear Functions as x as input and outputs a (single) label y . Inner Products Vector Valued Outputs in Regression and Classification Neural Networks and the Perceptron Convex Functions Gradient Descent 11 / 26

  17. Artificial Neurons An Artificial Neuron: Organisational Matters An (artificial) neuron is some function h that gets a feature vector Answers Exercises 2 Linear Functions as x as input and outputs a (single) label y . Inner Products Vector Valued The Perceptron: Outputs in Regression and Classification The most famous type of (artificial) neuron is the perceptron: Neural Networks and the Perceptron � Convex Functions 1 if w 0 + w 1 x 1 + . . . w d x d > 0 , h w ( x ) = Gradient Descent − 1 otherwise. Applies a threshold to a linear function of x . ● Has parameters w . ● 11 / 26

Recommend


More recommend