Hello, is there a possibility in MATLAB to determine the predictor scores for additional samples when I already have a PLS regression model?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Editha Giese
am 16 Mai 2016
Bearbeitet: Greg Heath
am 25 Mai 2016
I built a PLS Regression model a while ago and now I have new samples for which I would like to determine the predictor scores because I Need These values in order to use them as Inputs for an artificial neural Network model.
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 20 Mai 2016
The basic tenet is
*"Can the additional data be assumed to be a random selection from the same probability
distribution as the training data?"*
Hope this helps
Greg
0 Kommentare
Weitere Antworten (1)
Editha Giese
am 20 Mai 2016
1 Kommentar
Greg Heath
am 25 Mai 2016
Bearbeitet: Greg Heath
am 25 Mai 2016
Misuse of the word validate for NN purposes. A validation set is used during training to make sure the training results in a net that can generalize well to nontraining data.
The final evaluation is obtained with a nontraining test set.
data = design + test
design = training + validation
data = training + nontraining
nontraining = validation + test
Hope this helps.
Greg
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!