Answer Posted / Hom Singh
A Perceptron is a simple type of artificial neural network that can perform binary classification. It consists of an input layer, a single processing node or neuron, and an output layer. The neuron computes the weighted sum of its inputs and applies the activation function (usually a step function) to produce an output. If the weighted sum exceeds a threshold, the neuron outputs 1; otherwise, it outputs 0. Perceptrons are used as building blocks for more complex neural networks such as multi-layer perceptrons.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category