how to plot the neural network obtained as a result of fitcnet output?

4 次查看(过去 30 天)
Hello
I am using Matlab 2021a.
Would any one please help me with the visualization of the neural network generated by fitcnet output "classificationNeuralNetwork".
for example as in code snippet below.
% Train a classifier
% This code specifies all the classifier options and trains the classifier.
classificationNeuralNetwork = fitcnet(...
predictors, ...
response, ...
'LayerSizes', 25, ...
'Activations', 'sigmoid', ...
'Lambda', 0, ...
'IterationLimit', 1000, ...
'Standardize', true, ...
'ClassNames', [0; 1]);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by