Unified Online-learning Library
Documentation
algorithms/icl_initILS_Perceptron
ILS = icl_initILS_Perceptron(ILS, dim, algSetup)
Perceptron specific initialization of ILS.

Classical Perceptron Algorithm, this algorithms needs no initial setup.
Reference: Rosenblatt, F.: The perceptron: A probabilistic model for information storage and organization in the brain. Psychological Review 65, 386–407, 1958.


Inputs:
ILSmatlab structure describing the learning system
diminteger > 0, number of dimensions
algSetupalgorithm specific setup parameters

Outputs:
ILSmatlab structure describing the learning system

Calls:

Called by:

Authors:

Last change: 2013-11-21 - Version 1.6