is it possible to create a mixed type input nn ?

7 views (last 30 days)
Is it possible to implement something similar to what's shown in the image below, i.e. create a nn with inputs of different kind in Matlab (2018 b)

Answers (1)

Srivardhan Gadila
Srivardhan Gadila on 12 Apr 2020
In MATLAB versions R2019b and above you can define networks with multiple inputs when the network requires data from multiple sources or in different formats. Refer to Multiple-Input and Multiple-Output Networks.

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!