필터 지우기
필터 지우기

How to cascade two CNN in series or parallel and combine outputs to generate single prediction in matlab?

조회 수: 2 (최근 30일)
Hello,
I wonder how can I build two or more separate customized Convolutional Neural Networks, and combine the output at the end?.. I want to feed the networks with multiple views of a single 3D image, and classify the results into one of two classes, o or 1.
One way is to average the outputs, so, can I extract the output of the fully connected layer, or the probability of the softmaxlayer to use it?
or there's another feature available to do this in matlab 2017b?

답변 (1개)

André Brás
André Brás 2018년 5월 11일
Did you solve this question?
  댓글 수: 1
sally
sally 2018년 5월 11일
not yet.. I had to work with the final output (zeros and ones) and perform logical OR or AND between them.. but I wish there was a way to get the internal output prior to the last layers

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

카테고리

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