Is there a function that plot or show the architecture of the lstm model i made?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
NAVNEET NAYAN
am 10 Jan. 2023
There are two functions for this: 1) analyzeNetwork and 2) layerGraph.
0 Kommentare
Aditya Jha
am 17 Jan. 2023
Hi!
You can use analyzeNetwork to analyze a deep learning network.
>>analyzeNetwork(net)
Please refer to the documentation for more details:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!