Skip to content

Instantly share code, notes, and snippets.

@marciok
Created August 7, 2018 14:54
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 marciok/7be79bfbaac3067613ca44e8333ce758 to your computer and use it in GitHub Desktop.
Save marciok/7be79bfbaac3067613ca44e8333ce758 to your computer and use it in GitHub Desktop.
# 3.Set our hyper paremeters: epoch, learning rate, m and b.
learning_rate = 0.0001
epochs = 1000
start_m = 0
start_b = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment