Thursday, December 10, 2015

Machine Learning Project 1: Perceptron

In our first task, we are going to learn and implement a basic neural network - "perceptron". In machine learning, the perceptron is an algorithm for supervised learning. It is a type of linear classifier which can classify linearly separable data. The following links give you a starting point to study perceptron. You are more than welcome to share any resource you found online with us.

Tutorials:
Goals:
  • Understand the basic operation of Perceptron
  • Backpropagation
  • Learning rules of Perceptron
  • Limitations of Perceptron
  • Implement a Single-Layer Perceptron (SLP)
  • Real-world applications of Perceptron
  • Implement a Multi-Layer Perceptron (MLP)
Target Dates:
  • Study Phase: 12/10/2015 - 12/23/2015
  • Implementation Phase: 12/24/2015 - 01/03/2015
  • Seminar: 01/08/2015

No comments:

Post a Comment