Skip to content
Snippets Groups Projects
Commit 1ce8b1d9 authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: Added more iterations in the example x2_fitting

parent c7b8fe29
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ int main() {
l4n::MSE mse(&net, &ds);
l4n::GradientDescent gs(1e-5, 20, 200);
l4n::GradientDescent gs(1e-5, 20, 200000);
net.randomize_parameters();
gs.optimize(mse);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment