TrisZaska's Machine Learning Blog

Overview about Perceptron

1. Introduction
2. History and Overview about Artificial Neural Network
3. Single neural network
4. Multi-layer neural network
5. Install and using Multi-layer Neural Network to classify MNIST data
6. Summary
7. References

Overview about Perceptron

We will start from the years Neural Network was born with the name - Perceptron. According to Wikipedia, the Perceptron algorithm was invented in 1957 at the Cornell Aeronautical Laboratory by Frank Rosenblatt. This is the first simple algorithm for binary classification with one input layer contain many neurons and one output layer with one neuron. Information goes through the Perceptron from input layer, then go to summation functions and finally, through unit step function, the output layer will return value -1 or 1. We will discuss more detail about the unit step function, the perceptron rule, the bias term, respectively.

No comments :

Post a Comment

Leave a Comment...