Connecting various layers in deep learnig
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/236925/image.png)
0 Commenti
Risposte (1)
Dheeraj Singh
il 9 Set 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 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!