Modify a Convolutional Neural Network

조회 수: 4 (최근 30일)
Andrea Daou
Andrea Daou 2021년 5월 21일
편집: Andrea Daou 2021년 5월 23일
Hello,
I am working on a task related to image classification. I want to modify my CNN and add a HOG feature extractor in parallel with the convolution layers extraction process and at the end concatenate all the feature and apply the training of the network:
trainNetwork(augmentedTrainingSet, network, opts);
To apply this modification and get a new CNN model that could be trained end-to-end, I need a new layer that will apply the HOG extraction.
How can I create a layer that will extract, which i can add to the CNN model ? :
features = extractHOGFeatures(I);
I don't know if my idea is clear but I attached a picture explaining the concept. I will appreciate any kind of help!
Thank you in advance,

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by