Unified Online-learning Library
Documentation
algorithms/icl_learn_GH
ILS = icl_learn_GH(ILS, x, y, yp, mode)
GH learning algorithm.

GH - Gaussian Herding (with variants full, exact, drop and project)
Reference: Crammer, K., Lee, D.: Learning via Gaussian Herding. Advances in Neural Information Processing Systems 23, 414-422 (2010), http://webee.technion.ac.il/people/koby/publications/gaussian_mob_nips10.pdf


Inputs:
ILSstructure describing the learning system
xdouble input vector in [-10,10]
ytrue label, i.e. target value of the example, in [-1, 1] for regression or [-1; 1] for classification
yppredicted label, i.e. current output of the approximation, in [-1, 1] for regression or [-1; 1] for classification
modeoperating mode (regression=1, classification=2)

Outputs:
ILSupdated matlab structure describing the learning system

Calls:

Called by:

Authors:

Last change: 2013-07-13 - Version 1.5