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 CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by