Is there a function that plot or show the architecture of the lstm model i made?
2 次查看(过去 30 天)
显示 更早的评论
I made a LSTMlayer in MATLAB. and i want to know the size of input and ouput every layer.
is there a function?
thanks.
0 个评论
回答(2 个)
NAVNEET NAYAN
2023-1-10
There are two functions for this: 1) analyzeNetwork and 2) layerGraph.
0 个评论
Aditya Jha
2023-1-17
Hi!
You can use analyzeNetwork to analyze a deep learning network.
>>analyzeNetwork(net)
Please refer to the documentation for more details:
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!