Deep Learning Network Analyzer for Neural Network Toolbox

Visualize and Analyze Deep Learning Networks
다운로드 수: 3.4K
업데이트 날짜: 2018/4/18

Network Analyzer analyzes the deep learning network architecture specified by layers. The layer information includes the sizes of layer activations and learnable parameters, the total number of learnable parameters, and the sizes of state parameters of recurrent layers. Use the network analyzer to
• Visualize and understand the network architecture,
• Check that you have defined the architecture correctly,
• Detect problems before training.
Problems that analyzeNetwork detects include
• Missing or disconnected layers,
• Mismatching or incorrect sizes of layer inputs,
• Incorrect number of layer inputs,
• Invalid graph structures.
Usage Example:
net = googlenet
analyzeNetwork(net)

MATLAB 릴리스 호환 정보
개발 환경: R2018a
R2018a와 호환
플랫폼 호환성
Windows macOS (Apple Silicon) macOS (Intel) Linux

Community Treasure Hunt

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

Start Hunting!