How does matlab visualize the deep neural network structure diagram?
9 ビュー (過去 30 日間)
古いコメントを表示
Matlab is a very suitable software for numerical visualization, but has not been able to beautifully visualize the neural network architecture? Is there a similar toolbox that can achieve the visualization capabilities of the following image?
-------------------------------------------------------------
PlotNeuralNet
from source
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/511892/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/511897/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/511902/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/511907/image.jpeg)
reference:
Related issues:
0 件のコメント
回答 (1 件)
Jack Xiao
2021 年 2 月 22 日
plot(net) is a simple way to visualize net structure in matlab or deep network app designer is a better way.
but there is no specific tool described as above in matlab as it does not focus on this.
参考
カテゴリ
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!