Do we need to perform cross validation on googlenet or alexnet

4 Ansichten (letzte 30 Tage)
ssk
ssk am 2 Mär. 2019
Kommentiert: CHHAVI am 23 Jul. 2020
I’m very new to programming.
I am writing the image classification code based on the following tutorial,
In the above tutorial, it seems that they are not using cross validation.
Does it mean that we don't need to use cross validation in the above tutorial?
Or do we have to use cross validation?
Thank you very much in advance!
  1 Kommentar
CHHAVI
CHHAVI am 23 Jul. 2020
I have the same query. Have you done cross validation? please explain if you know.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Anant Upadhyay
Anant Upadhyay am 7 Mär. 2019
The tutorials mentioned by you(links given in question) provides you with practical examples on how to use Deep Learning networks for classification, and, train deep learning networks to classify images.
The tutorials are meant to guide you on how to use deep learning for your classification problem. The use of cross-validation depends upon the problem statement, dataset and other factors. You should not hold yourself from using cross-validation on your problem statement because the tutorial does not mention it.
Cross-validation is a practical and reliable way for testing the predicting power of methods. It's necessary for any machine learning techniques. Even in neural network you need training set, test set as well as validation set to check over optimization. Also, if you do not have a well separated training and test dataset / or if you are not confident of what percentage of data you should consider for test and training so that there is minimum over fitting or under fitting, cross validation is the best option.
You can find out more about how to use cross-validation in MATLAB from the documentation:
  1 Kommentar
ssk
ssk am 7 Mär. 2019
Thanks for your guidance, i decided to use cross validation on my small dataset.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by