0 votes
in Artificial Intelligence by
What is perceptron in Machine Learning?

1 Answer

0 votes
by
Perceptron is an algorithm that is able to simulate the ability of the human brain to understand and discard; it is used for the supervised classification of the input into one of the several possible non-binary outputs.
...