フィルターのクリア

How to perform this zero center

4 ビュー (過去 30 日間)
Lin
Lin 2021 年 1 月 26 日
I am using the 3D CNN to classify the objects. In input layer matlab itself implements the training data to zero-center by default.
I am wondering how it is performing this zero centering? my data dimension consist from row, column, frame, channel (4D).
inputlayer = image3dInputLayer(inputSize,Name,Value)
'Normalization' Data transformation 'zerocenter' (default) | 'none'
Data transformation to apply every time data is forward-propagated through the input layer,
specified as the comma-separated pair consisting of 'Normalization' and one of the following.
'zerocenter' The software subtracts its mean from the training set.
'none' No transformation.
Example: 'Normalization','none'
Data Types: char

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by