Answer: In machine learning, the perceptron is an algorithm for supervised classification
of an input into one of several possible non-binary outputs. It is a type of
linear classifier, i.e., a classification algorithm that makes its prediction
based on a linear predictor function combining a set of weights with the
feature vector.
Post a Comment