How to cascade two CNN in series or parallel and combine outputs to generate single prediction in matlab?
3 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!