Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network.

Similar presentations


Presentation on theme: "The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network."— Presentation transcript:

1 The Perceptron

2 Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network has been trained using a learning algorithm and a training set the neural network can classify an input vector as either belonging to a particular class or category or not. Each training case is an input vector and target value pair. The input vector is composed of binary or bipolar values. The target value is a 1 if the pattern represented by the input vector belongs to the class and a 0 or -1 if the input vector does not belong to the class. The perceptron learning algorithm is often used for purposes of pattern classification. The perceptron learning algorithm works better with bipolar rather than binary values.

3 Perceptron

4 Exercises Apply the perceptron algorithm to determine the weights for the following functions, given theta is 0 and alpha is 1: AND OR Train a perceptron neural network to store the following patterns: (1 -1 1) and (1 1 -1) where the first pattern belongs to class and the second does not. Test the neural network on the following patterns on the following noisy patterns: (0 -1 1), (0, 1, -1). Alpha is 1 and theta is 0.


Download ppt "The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network."

Similar presentations


Ads by Google