Skip to content

Instantly share code, notes, and snippets.

@HackerEarthBlog
Last active January 31, 2017 08:14
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 HackerEarthBlog/8b4056273546cb927bdd086d1e694ce2 to your computer and use it in GitHub Desktop.
Save HackerEarthBlog/8b4056273546cb927bdd086d1e694ce2 to your computer and use it in GitHub Desktop.
#train the network
dp_model <- mx.model.FeedForward.create(symbol = out
,X = train.x
,y = train.y
,ctx = mx.cpu()
,num.round = 100
,eval.metric = mx.metric.accuracy
,array.batch.size = 50
,learning.rate = 0.005)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment