How does matlab visualize the deep neural network structure diagram?
이전 댓글 표시
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




reference:
Related issues:
답변 (1개)
Jack Xiao
2021년 2월 22일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!