Multiple input for GoogleNet network?

조회 수: 1 (최근 30일)
Huseyin
Huseyin 2020년 7월 23일
Hi,
I am new to deep learning applications. I am trying to use multiple inputs to feed GoogleNet pretrained network. For instance, I have dataset A images (10000) which has 2 classes. I also have dataset B (10000) from another sensor which has also 2 classes same as dataset A. Is it possible to feed the network with both datasets to improve the performance of classification?
I have tried to concetenate both dataset while giving to the input, i.e both dataset has equal size and 20000 images in total. But it didn't work well for accuracy. Then I thought I should extract features seperately by using two GoogleNet and then classify with one GoogleNet classifier. How can I do that? Or another approach for solution?
Thank you...

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