![]() |
#1
|
|||
|
|||
![]()
During the training phase, the w parameters (w0,w1,w2...wn)are calculated using the training data (as well as the corresponding cluster centers and distance to the training_x points).
During the test phase, new fresh data is generated. In order to get the E_out for RBF basic, we use the w-parameters that were "learned" during the training phase. During the test phase, we have also generate a new "fi-transform" that contains the distance between the cluster centers and the new x_test points. Do we calculate new cluster centers with the test data (we have all info to calculate new cluster centers with the test data)? Or do we re-use the cluster centers (muk) calculated during the training???? ![]() |
#2
|
||||
|
||||
![]()
You use the cluster centers calculated during training. All parameters are estimated in sample, and whether or not they work on the test data is the usual question of generalization.
__________________
Where everyone thinks alike, no one thinks very much |
#3
|
|||
|
|||
![]()
The cluster centers and weights (
![]() ![]() ![]() ![]() ![]() |
#4
|
|||
|
|||
![]()
Thanks, the answer matches also more reasonable results!
|
![]() |
Tags |
cluster |
Thread Tools | |
Display Modes | |
|
|