Skip to content

Instantly share code, notes, and snippets.

@s0kil
Last active December 31, 2019 23:17
Show Gist options
  • Save s0kil/b389c871fc1f612c27e0e5d2779ccd62 to your computer and use it in GitHub Desktop.
Save s0kil/b389c871fc1f612c27e0e5d2779ccd62 to your computer and use it in GitHub Desktop.
Machine and Deep Learning

Machine and Deep Learning

Machine Learning Algorithms

Gradient Descent

  • Optimization algorithm used to find the values of parameters (coefficients) of a function (f) that minimizes a cost of function (cost).
  • Used best when the parameters cannot be calculated analytically (linear algebra) and must be searched for by an optimization algorithm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment