Skip to content

Instantly share code, notes, and snippets.

@samsonq
Created March 4, 2021 01:17
Show Gist options
  • Save samsonq/6cd96636f77ad4fa9b7f60307dc86f5b to your computer and use it in GitHub Desktop.
Save samsonq/6cd96636f77ad4fa9b7f60307dc86f5b to your computer and use it in GitHub Desktop.
Gradient Descent
import numpy as np
def gradient_descent():
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment