Radial basis function network: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Further reading: Task 17: replace deprecated: |last-author-amp= (1× replaced; usage: 1 of 6);
Line 46:
|last3=Wang|first3=Guanyu
|last4=Acikkar|first4=Mustafa
|date=23-2623–26 October 2002
|publication-date=6 January 2003
|volume=3
Line 169:
==Training==
 
RBF networks are typically trained from pairs of input and target values <math>\mathbf{x}(t), y(t)</math>, <math>t = 1, \dots, T</math> by a two-step algorithm.
 
In the first step, the center vectors <math>\mathbf c_i</math> of the RBF functions in the hidden layer are chosen. This step can be performed in several ways; centers can be randomly sampled from some set of examples, or they can be determined using [[k-means clustering]]. Note that this step is [[unsupervised learning|unsupervised]].