Fitnet: Can we forbid the normalization pre processing ?

조회 수: 2 (최근 30일)
MaHa
MaHa 2021년 6월 2일
답변: Steven Lord 2021년 6월 2일
Hello,
I would like to know if there is a possibility to avoid the pre processing included inside fitnet, rescaling the data between -1 and 1.
I want to feed it with my own scales/normalization method, is it possible ?

채택된 답변

Steven Lord
Steven Lord 2021년 6월 2일
net = fitnet(10);
net.inputs{1}
ans =
Neural Network Input name: 'Input' feedbackOutput: [] processFcns: {'removeconstantrows', 'mapminmax'} processParams: {1x2 cell array of 2 params} processSettings: {1x2 cell array of 2 settings} processedRange: [] processedSize: 0 range: [] size: 0 userdata: (your custom info)
You want to modify the processFcns property of the net.inputs{1} object. See this documentation page for more information about the properties of that Neural Network Input object.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by