Login
Remember
Register
Ask a Question
What is perception in Machine Learning?
0
votes
asked
Oct 3, 2019
in
Artificial Intelligence
by
pranay jain
What is perceptron in Machine Learning?
perceptron
machine-learning
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 4, 2019
by
Robin
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.
...