Connecting various layers in deep learnig
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How do I achieve the following architectur in Matlab? How do I give input to the 128 unit LSTM? what should be my X train and Y train for that layer?

0 Kommentare
Antworten (1)
Dheeraj Singh
am 9 Sep. 2019
You can specify your network as a digraph:
lgraph = layerGraph(dagNet)
It extracts the layers from the DAG (Directed Acyclic Graph) network dagNet.
For creating a DAG Network refer to the following link:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!