How to combat the problem of overfitting in a Matlab Neural Network
1 次查看(过去 30 天)
显示 更早的评论
I constructed my own neural network with matlab but it is a bit overfitted. Online I red that with the function net = feedforwardnet(20,'trainbr'); but with it the overfitting is not much better. The data is already distributed randomly over the samples. I also tried to combine the forecasting results of more networks.
My goal is to change the minimization goal so that it includes a term of the squared parameters calculated by the NN
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!