Perceptron
Last updated
Last updated
Never converges on non-linearly separable data
It's the foundation of MLP and Deep Learning
Each input value has a related weight and a bias value is added:
To update the weights iteratively, we compute the errors on each iteration:
Only capable of classifying using a linear boundary