Do we need to perform cross validation on googlenet or alexnet

조회 수: 4 (최근 30일)
ssk
ssk 2019년 3월 2일
댓글: CHHAVI 2020년 7월 23일
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
CHHAVI
CHHAVI 2020년 7월 23일
I have the same query. Have you done cross validation? please explain if you know.

댓글을 달려면 로그인하십시오.

채택된 답변

Anant Upadhyay
Anant Upadhyay 2019년 3월 7일
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
ssk
ssk 2019년 3월 7일
Thanks for your guidance, i decided to use cross validation on my small dataset.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by