What does fitnet (or the neural network toolbox) do if you give it more than 1 target?
1 次查看(过去 30 天)
显示 更早的评论
how does fitnet handle a target with, say, 3 differnet parameters for N samples [3 N] with an x*N-Input? Does it calculate the targets the same as if it was training three independent nn's for each target-parameter, or does the output for one target-parameter influence the other two and vice versa?
is there a way to establish a relationship between the three target vlaues (such as sum(target)=1) that the neural network recognizes and uses as a constraint to the output values, or for that matter a way to apply a constraint to the output values directly?
Thank you for your answer, F
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!