Answer Posted / Shiv Mohan Singh
The Perceptron is a simple linear classifier used for binary classification problems. It consists of an input layer, an output layer (single node), and weights that are adjusted during training to learn the boundary between classes. The Perceptron computes the weighted sum of the inputs and applies a threshold function (e.g., step function or sigmoid) to determine the class label.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers