필터 지우기
필터 지우기

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 CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by