CS667

The Perceptron Learning Algorithm



  1. Learning
  2. LBE for perceptron
  3. Rosenblatt Perceptron Learning Algorithm (PLA)
  4. Perceptron Learning Convergence Theorem

Assignment

  1. Prove that the majority function (O=+1 iff a majority of the inputs are +1) is linearly separable.
  2. Write a program implementing the majority function for odd N (N=3, 5, 7, ...)

Back to the CS667 Home Page