Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created October 16, 2019 06:23
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 mohdsanadzakirizvi/deebbfbf61b9c8d7d2c9585d31200f80 to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/deebbfbf61b9c8d7d2c9585d31200f80 to your computer and use it in GitHub Desktop.
// Using Gradient Descent as the optimizer
let optimizer = SGD(for: classifier, learningRate: 0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment