Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 12, 2019 12:44
Show Gist options
  • Save mdfarragher/148d751d5eb3ad593d9034a406d0365d to your computer and use it in GitHub Desktop.
Save mdfarragher/148d751d5eb3ad593d9034a406d0365d to your computer and use it in GitHub Desktop.
// set up an AdamLearner
var learner = model.GetAdamLearner(10, 0.95);
// the rest of the code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment