There are no prerequisites for this page
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 \( \htmlId{tooltip-input}{u} = (\htmlId{tooltip-input}{u}_1, \htmlId{tooltip-input}{u} _2, ..., \htmlId{tooltip-input}{u} _K) \). The perceptron can learn functions for solving a very simplistic classification problem.
Was this page helpful?