Skip to content

Commit

Permalink
Update R py notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Oct 24, 2016
1 parent bc0a35b commit 054df7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"hidden_opts <- list(c(20, 20), c(50, 50, 50), c(200,200), c(50,50,50,50,50))\n",
"activation_opts <- c(\"tanh\", \"rectifier\")\n",
"learnrate_opts <- seq(1e-3, 1e-2, 1e-3)\n",
"momentum_opts <- seq(0, 1, 1e-2)\n",
"max_models <- 1000 ## don't build more than this many models (this won't trigger)\n",
"nfolds <- 3 ## use cross-validation to rank models and to find optimal number of epochs for each model\n",
"seed <- 42\n",
Expand Down

0 comments on commit 054df7d

Please sign in to comment.