MATLAB: How to display the deep neural networks

deep learningDeep Learning Toolboxmodel displayneural network

glad to see the effort for supporting deep learning toolbox. I wonder how to display the deep neural networks in matlab? Is it layerGraph? if not, what it is?

Best Answer

AFAIK, your options are either to use layerGraph, or the analyzeNetwork add-on that lets you visualize the network with more detail.