Azzera filtri
Azzera filtri

Connecting various layers in deep learnig

1 visualizzazione (ultimi 30 giorni)
Sanjana Sankar
Sanjana Sankar il 4 Set 2019
Risposto: Dheeraj Singh il 9 Set 2019
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?

Risposte (1)

Dheeraj Singh
Dheeraj Singh il 9 Set 2019
You can use layerGraphfor connecting layers of your network.
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:

Categorie

Scopri di più su Networks in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by