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!