Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Last active December 2, 2019 12:31
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 mdfarragher/00a40575742cd65c268fdb777471d0f8 to your computer and use it in GitHub Desktop.
Save mdfarragher/00a40575742cd65c268fdb777471d0f8 to your computer and use it in GitHub Desktop.
// set up a learner
var learner = network.GetAdamLearner(
learningRateSchedule: (0.001, 1),
momentumSchedule: (0.9, 1),
unitGain: true);
// 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