---
tags:
- ai
![slp-arch](../../../img/slp-arch.png)
$$v(n)=\sum_{i=0}^{m}w_i(n)x_i(n)$$
$$=w^T(n)x(n)$$
![slp-hyperplane](../../../img/slp-hyperplane.png)
Perceptron learning is performed for a finite number of iteration and then stops
[LMS](Least%20Mean%20Square.md) is continuous learning that doesn't stop