"Nested cross-validation" - Laienerklärung?

cyberjonny

Active member
Themenstarter
Registriert
22 Sep. 2007
Beiträge
9.720
Hi miteinander,

kann mir hier irgendwer auf Deutsch und möglichst für einen Laien verständlich erklären, was eine "nested cross-validation" ist bzw. tut?
Ich weiß, wie eine normale "cross-validation" funktioniert; allerdings habe ich trotz diverser Recherche bisher nicht wirklich geschnallt, was das "nested" dann noch genau tut... :huh:
Es geht wohl irgendwie darum, dass pro Durchlauf die Parameter jeweils angepasst werden... oder so... :confused:


Würde mich über ein paar hilfreiche Worte freuen! :)

Gruß, Jonny
 
Die hab ich auch schon gefunden, aber so ganz checke ich es trotzdem noch nicht... :pinch: :facepalm: :)
 
Nested Cross Validation

In nested Cross Validation you perform Cross Validation on the Model Selection algorithm. Again you first split your data into K folds. After each step you choose K-1 as your training data and the remaining one as your test data. Then you run Model Selection (the procedure I explained above) for each possible combination of those K folds. After finishing this you will have K models, one for each combination of folds. After that you test each model with the remaining test data and choose the best one. Again, after having the last model you train a new one with the same method and parameters on all the data you have. Thats your final model.

Of course there are many variations of these methods and other things I didn't mention. If you need more information about these look for some publications about these topics.


Um es einfacher als oben zu beschreiben.
 
Zuletzt bearbeitet:
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben