How can i define the output range in Neural Network?
Show older comments
I attached the following script for explanations. But, i'm getting values (negative values) from out of define range some of the times. How can i control it?
% Outputs Range net.outputs {1}.range = [ 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 0.25; 0 6; 0 0.15]
% Train the Network [net,tr] = train(net,inputs,targets);
1 Comment
Greg Heath
on 30 Jul 2013
Edited: Greg Heath
on 1 Aug 2013
Please Include previous code statements
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!