Fitnet: Can we forbid the normalization pre processing ?
조회 수: 4 (최근 30일)
이전 댓글 표시
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 ?
댓글 수: 0
채택된 답변
Steven Lord
2021년 6월 2일
net = fitnet(10);
net.inputs{1}
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!