Skip to content

Commit 2c86b97

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 9f61c05c84cf213ebfa45cb804077ee1614743a4
1 parent 86ff2c4 commit 2c86b97

File tree

1,335 files changed

+7296
-7296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,335 files changed

+7296
-7296
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 572e51c68fdac03329d45e979c996992
3+
config: 45ad91de009e4e61c4ca802705bd18f7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/1a0eed524b181183d59e57a5a9df565b/plot_mlp_training_curves.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"solver": "sgd",
5656
"learning_rate": "invscaling",
5757
"momentum": 0.9,
58-
"nesterovs_momentum": True,
58+
"nesterovs_momentum": False,
5959
"learning_rate_init": 0.2,
6060
},
6161
{
6262
"solver": "sgd",
6363
"learning_rate": "invscaling",
6464
"momentum": 0.9,
65-
"nesterovs_momentum": False,
65+
"nesterovs_momentum": True,
6666
"learning_rate_init": 0.2,
6767
},
6868
{"solver": "adam", "learning_rate_init": 0.01},

0 commit comments

Comments
 (0)