2023-06-05 17:01:29 +01:00
|
|
|
![slp-arch](../../../img/slp-arch.png)
|
2023-05-23 06:59:49 +01:00
|
|
|
$$v(n)=\sum_{i=0}^{m}w_i(n)x_i(n)$$
|
|
|
|
$$=w^T(n)x(n)$$
|
2023-06-05 17:01:29 +01:00
|
|
|
![slp-hyperplane](../../../img/slp-hyperplane.png)
|
2023-05-23 06:59:49 +01:00
|
|
|
Perceptron learning is performed for a finite number of iteration and then stops
|
|
|
|
|
2023-06-06 11:48:49 +01:00
|
|
|
[LMS](Least%20Mean%20Square.md) is continuous learning that doesn't stop
|