Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created January 17, 2023 11:30
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 sibelius/51e42a0441e4fddbb0cb9be8e2998d08 to your computer and use it in GitHub Desktop.
Save sibelius/51e42a0441e4fddbb0cb9be8e2998d08 to your computer and use it in GitHub Desktop.
Machine Learning Roadmap

Machine Learning Roadmap

  • calculus (learn how to find zero of a function, and what is a gradient)
  • unsupervised learning (k-means, and other cluster algorithm)
  • supervised learning (linear regression, svn, neural net)
  • reinforcement learning (llm)
  • learn state of art (convolution network, deep learning, attention)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment