How the feature outputs of 4 different CNN models be combined

2 views (last 30 days)
Can anyone pelase answer these 2 questions.
  • how the feature outputs of 4 different CNN models be combined and used as an input for another classification model?
  • Are the features from different models concatenated with different weights? Or were they separately input to the BiLSTM?

Answers (1)

Srivardhan Gadila
Srivardhan Gadila on 19 Jun 2020
W.r.t the implementation you can refer to Multiple-Input and Multiple-Output Networks.
You can use any of the Combination Layers based on your choice of implementation.

Categories

Find more on Deep Learning Toolbox 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!