Skip to content

Instantly share code, notes, and snippets.

@liang799
Created July 6, 2022 13:20
Show Gist options
  • Save liang799/3f4c21b51a36a168b6e1f4660f4e61d0 to your computer and use it in GitHub Desktop.
Save liang799/3f4c21b51a36a168b6e1f4660f4e61d0 to your computer and use it in GitHub Desktop.
Arfitical Intelligence Notes

Gradient descent

Basically finding optimal weight

Find optimal weight

How to find best weight that minimizes loss? --> Lowest point in the graph --> Gradient is zero --> Stepping

Batch VS Epoch

batchVSepoch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment