Connecting various layers in deep learnig
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Dheeraj Singh
2019-9-9
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!