Skip to content

Instantly share code, notes, and snippets.

@threefeather
Created December 22, 2016 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threefeather/7f49d91a59031d955673730ccda99176 to your computer and use it in GitHub Desktop.
Save threefeather/7f49d91a59031d955673730ccda99176 to your computer and use it in GitHub Desktop.
hyper_params <- list(
activation=c("Rectifier","Tanh","Maxout","RectifierWithDropout","TanhWithDropout","MaxoutWithDropout"),
hidden=list(c(200,200),c(500,500),c(500,500,500)),
input_dropout_ratio=c(0,0.05,0.1,0.2),
l1=seq(0,1e-4,1e-6),
l2=seq(0,1e-4,1e-6)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment