필터 지우기
필터 지우기

Is there a function that plot or show the architecture of the lstm model i made?

조회 수: 1 (최근 30일)
Sierra
Sierra 2023년 1월 3일
답변: Aditya Jha 2023년 1월 17일
I made a LSTMlayer in MATLAB. and i want to know the size of input and ouput every layer.
is there a function?
thanks.

답변 (2개)

NAVNEET NAYAN
NAVNEET NAYAN 2023년 1월 10일
There are two functions for this: 1) analyzeNetwork and 2) layerGraph.

Aditya Jha
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:

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by