How to cascade two CNN in series or parallel and combine outputs to generate single prediction in matlab?
3 ビュー (過去 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?
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!