Skip to content

Instantly share code, notes, and snippets.

@jbinkleyj
Forked from rava-dosa/mrta.md
Created March 27, 2022 12:51
Show Gist options
  • Save jbinkleyj/f3044026b34ae08743ac1a3c94143b02 to your computer and use it in GitHub Desktop.
Save jbinkleyj/f3044026b34ae08743ac1a3c94143b02 to your computer and use it in GitHub Desktop.

Ml Related Resource

  1. https://github.com/trekhleb/homemade-machine-learning There are two folders homemade and notebook, homemade contains all well commented low level code and doc explaining maths. Notebook is like a more of API use.
  2. https://github.com/Avik-Jain/100-Days-Of-ML-Code It contains more pictorial explanation with just API usage, worth seeing, might come in handy to revise quickly
  3. https://github.com/rushter/MLAlgorithms This contains fundamental implementation of bit more advanced algorithms.

How I found all of these repo

  1. https://github.com/topics/machine-learning-algorithms I went there and scrolled, you can do that too

If this isn't helpful

  1. If this is not helpful, you can search for "implement {x , x=(linear, logistic regression, svm, decision tree)}", follow a few article by hand, if you don't get a feel of how to implement it from the first article.
  2. If you have done all of the above step, maybe take some random data, try to remember the the theory, and implement it yourself, it will help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment