フィルターのクリア

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

4 ビュー (過去 30 日間)
Sajjad Shawl
Sajjad Shawl 2022 年 5 月 21 日
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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by