How to set hyperparameters more reasonably? #555
Unanswered
Zhang-pchao
asked this question in
Q&A
Replies: 1 comment
-
These settings are usually sufficient for most of the systems. In any case you find the size of network is not large enough, i.e. the accuracy can be improved by using larger networks, you are welcome to report. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the default example, "model": { "neuron": [25, 50, 100]...}, "fitting_net" : {"neuron": [240, 240, 240]...}. Is this default setting of hidden layers and neurons sufficient for general systems? How to set hyperparameters more reasonably?
Beta Was this translation helpful? Give feedback.
All reactions