Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Do you need (or can you) use split or cross- validation if you're using Deep Learning?
Would it be correct to use deep learning in training partition?
Tagged:
0
Best Answers
-
varunm1 Member Posts: 1,207 UnicornHi @Curious
You can use cross-validation for deep learning as the results are consistent compared to split validation. Personally, I use cross-validation for every model I develop as this gives confidence about the results.
Thanks
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
7 -
SGolbert RapidMiner Certified Analyst, Member Posts: 344 UnicornHi @Curiousit is correct, you can take a look at Auto Model with model type "Deep Learning" to have an example. It is always better to do cross validation, and maybe reduce the folds if it takes too long.It is good to remark that cross validation is used only for measuring the model performance with a reasonable bias. Depending of whether you need to optimize hyperparameters or not, cross validation may not be needed in a production environment.Regards,Sebastian
6