Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
Morisset committed Sep 25, 2019
2 parents c975880 + fdf521f commit 3fb5a7d
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 82 deletions.
6 changes: 3 additions & 3 deletions docs/ComparePolynom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
}
],
"source": [
"RM = mwinai.manage_RM(RM_type='ANN', X_train=X_train, y_train=y_train_true, scaling=True,\n",
"RM = mwinai.manage_RM(RM_type='SK_ANN', X_train=X_train, y_train=y_train_true, scaling=True,\n",
" verbose=False, random_seed=10)\n",
"RM.init_RM(hidden_layer_sizes=(4), \n",
" tol=1e-6, max_iter=1000, \n",
Expand Down Expand Up @@ -320,7 +320,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -368,7 +368,7 @@
"hidden_layer_sizes_strs = ('3', '10', '100-100')\n",
"for i in range(len(hidden_layer_sizes_set)):\n",
" scaleit=True\n",
" RM = mwinai.manage_RM(RM_type='ANN', X_train=X_train, y_train=y_train_true, scaling=scaleit,\n",
" RM = mwinai.manage_RM(RM_type='SK_ANN', X_train=X_train, y_train=y_train_true, scaling=scaleit,\n",
" verbose=False, random_seed=10)\n",
" RM.init_RM(hidden_layer_sizes=hidden_layer_sizes_set[i], \n",
" tol=1e-6, max_iter=10000, \n",
Expand Down
68 changes: 39 additions & 29 deletions docs/OxygenDiags.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 3fb5a7d

Please sign in to comment.