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!