필터 지우기
필터 지우기

Feature Exctraction using GoogLeNet with SVM

조회 수: 3 (최근 30일)
ssk
ssk 2019년 3월 19일
댓글: ssk 2019년 9월 7일
Hi, there! I`m very new to matlab.
I run the GoogLenet code based on following link. It works well, however it take lots of time in case of big data.
reference:https://jp.mathworks.com/help/deeplearning/examples/train-deep-learning-network-to-classify-new-images.html
Therefore, I would like to extract learned image features from a pretrained convolutional neural network, and use those features to train an image classifier. And also, I have a plan to train a support vector machine (SVM) using fitcecoc (Statistics and Machine Learning Toolbox™) on the extracted features
Here is feature extraction code using Alexnet with SVM.
reference:https://jp.mathworks.com/help/deeplearning/examples/feature-extraction-using-alexnet.html?lang=en
I would like to run the feature extraction code using GoogLeNet with SVM, but not sure how to implement...
Could you have any tip to implement it?
Thank you in advance!

채택된 답변

Patrícia Silva
Patrícia Silva 2019년 7월 31일
I was having the same problem.
Check the chapter "Feature Extraction Using AlexNet" in that link, I think it also works with GoogleNet.
Good luck!
  댓글 수: 1
ssk
ssk 2019년 9월 7일
Sorry for my late reply and thanks for your information!

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

추가 답변 (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