Connecting various layers in deep learnig

1 回表示 (過去 30 日間)
Sanjana Sankar
Sanjana Sankar 2019 年 9 月 4 日
回答済み: Dheeraj Singh 2019 年 9 月 9 日
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?

回答 (1 件)

Dheeraj Singh
Dheeraj Singh 2019 年 9 月 9 日
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:

カテゴリ

Help Center および File ExchangeNetworks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by