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

I made a LSTMlayer in MATLAB. and i want to know the size of input and ouput every layer.
is there a function?
thanks.

Answers (2)

There are two functions for this: 1) analyzeNetwork and 2) layerGraph.
Hi!
You can use analyzeNetwork to analyze a deep learning network.
>>analyzeNetwork(net)
Please refer to the documentation for more details:

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 3 Jan 2023

Answered:

on 17 Jan 2023

Community Treasure Hunt

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

Start Hunting!