Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Sajjad Shawl
Sajjad Shawl le 21 Mai 2022
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]);

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by