フィルターのクリア

CNNs: Does classification use the same normalization as input layer?

1 回表示 (過去 30 日間)
AnaM
AnaM 2021 年 1 月 18 日
編集済み: AnaM 2021 年 1 月 18 日
Dear colleagues,
Does anyone knows if the "classify" function to classify data using a trained deep learning network uses the same normalization as the imageinputlayer?
For example,
if I use: "imageInputLayer(inputSize, "Normalization", "zscore", "NormalizationDimension", "element")
does the
[pred,scores] = classify(trainedNet, Test_imds)
applies the same normalization to the "Test_imds" during the classification?
If not, how can I apply the exact same normalization to "Test_imds"?
THANK YOU IN ADVANCE!!

回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by