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!