Neural Net Loop Parameters
Is it not possible to use the Loop Parameters Operator to test various scenarios with respect to the hidden layers of the network? We can control this by hand, so I would have assumed this would have been an option. For context, I want to try to show my class the concept of various structures and how to assess performance across that set of tests, with the ultimate goal of discussing overfitting.
1
Best Answer
-
varunm1 Moderator, MemberPosts:1,207UnicornHello@btibert
That is a good question. From my understanding, the specification of hidden layers has two components that should be specified, 1. A number of hidden layers and 2. The size of hidden layers. This is the same case with the loop parameter as well as optimize parameters. Even deep learning operators don't support these parameters.
Maybe some computational things. Not sure though.Regards,
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
6
Answers