Your History

Menu

Function Estimated by Perceptron

Description

An initial model for a function approximator is the perceptron. It has a set of learnable weights \( w_0, w_1, ... , w_K \) and outputs either \( 0 \) or \( 1 \) depending on its given \(K\)-dimensional input \( \htmlClass{sdt-0000000103}{u} = (\htmlClass{sdt-0000000103}{u}_1, \htmlClass{sdt-0000000103}{u} _2, ..., \htmlClass{sdt-0000000103}{u} _K) \). The perceptron can learn functions for solving a very simplistic classification problem.

\[\htmlClass{sdt-0000000096}{f}(\htmlClass{sdt-0000000103}{u}) = \begin{cases} 1, \text{ if } \;\displaystyle \sum_{\htmlClass{sdt-0000000018}{i}=1}^{K} w_{\htmlClass{sdt-0000000018}{i}} \htmlClass{sdt-0000000103}{u}_{\htmlClass{sdt-0000000018}{i}} \geq 0 \\ 0, \text{ otherwise} \end{cases}\]

Symbols Used:

This is the symbol for a function. It is commonly used in algebra, and (multivariate) calculus.

\( i \)

This is the symbol for an iterator, a variable that changes value to refer to a sequence of elements.

\( u \)

This symbol denotes the input of a model.

References

  1. Jaeger, H. (n.d.). Neural Networks (AI) (WBAI028-05) Lecture Notes BSc program in Artificial Intelligence. Retrieved April 27, 2024, from https://www.ai.rug.nl/minds/uploads/LN_NN_RUG.pdf