Neural Network Input Scaling
이전 댓글 표시
I would like to have various mapminmax values for my input scaling. For example, if I have 2 inputs is there anyway to have different scale factors for each. Say x1 = [-1 1] and x2 = [-0.5 0.5]. I have been able to do this manually by disabling the mapminmax processFcn and scaling the inputs myself, but I would prefer to not have to do this manually if possible.
At some point during the training (I am assuming initialization) net.inputs{1}.processedRange is created and I attempted to make the change to this variable, however it is read-only. Is there a way to make the variable writable and just modify that instead?
채택된 답변
추가 답변 (1개)
Auston
2014년 8월 19일
0 개 추천
댓글 수: 1
Greg Heath
2014년 8월 21일
No. Just 37 years of experience in classification and regression. You might want to search on my name in
comp.ai.neural-nets
comp.soft-sys.matlab
in addition to posts in ANSWERS.
Sometimes trial-and-error is king.
카테고리
도움말 센터 및 File Exchange에서 Define Shallow Neural Network Architectures에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!