#593 · Primary category: Education & Research
machine_learning_basics
Plain python implementations of basic machine learning algorithms
Project last updated:06/27/24
GitHub Stars
4.4K
Forks
833
Contributors
3
License
MIT
Why we included this project
This is a study resource rather than a toolbox. Each notebook reimplements a classic algorithm from scratch in plain Python, with no scikit-learn or other machine learning libraries doing the work, so every prediction step stays readable and traceable. Coverage spans linear and logistic regression, decision trees, k-nearest-neighbor, k-means, support vector machines, PCA, perceptrons, and a simple neural network, alongside notebooks on preprocessing numerical/categorical data and images. You can run the notebooks in the browser through Binder without installing anything, though the preprocessing ones require downloading a dataset first. The author deliberately favors clarity over speed, which makes this a good fit for self-learners and for anyone walking a junior developer through ML fundamentals.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI