Neural networks are giving me a headache!
1 次查看(过去 30 天)
显示 更早的评论
Firstly, I'm trying to persevere without really understanding their operation. But I'm using them with some success for my problem. I'm just using fitnet. My question is can the output of the neural network be constrained? I'm currently using it to measure the depth of an artifact and I'm getting readings of upto 360% and as low as -40%. Both impossible!
I know I can, and I am, put limits on the output of the neural network, anything above 80% becomes 80% etc. But I'm wondering if I would get better results by constraining the network itself.
Also, can the transform function be changed in fitnet?
Many thanks
0 个评论
回答(1 个)
Greg Heath
2016-8-11
Percentages of What ???
What are inputs and outputs?
Matrix dimensions?
minmax values?(Fractions instead of percentages are usually better)
Output values are constrained by using tansig or logsig in the output layer.
Thank you for formally accepting my answer
Greg
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!