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

3 vues (au cours des 30 derniers jours)
Sierra
Sierra le 3 Jan 2023
I made a LSTMlayer in MATLAB. and i want to know the size of input and ouput every layer.
is there a function?
thanks.

Réponses (2)

NAVNEET NAYAN
NAVNEET NAYAN le 10 Jan 2023
There are two functions for this: 1) analyzeNetwork and 2) layerGraph.

Aditya Jha
Aditya Jha le 17 Jan 2023
Hi!
You can use analyzeNetwork to analyze a deep learning network.
>>analyzeNetwork(net)
Please refer to the documentation for more details:

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by