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!