#476 · Primary category: Education & Research

Machine-Learning

adaboost adaboost-algorithm decision-tree knn logistic machine-learning navie-bayes-algorithm python python3 regression smo svm

:zap: Machine Learning in Action (Python3): kNN, Decision Trees, Bayes, Logistic Regression, SVM, Linear Regression, Tree Regression

Project last updated:07/12/24

GitHub Stars

10.4K

Forks

5.1K

Contributors

5

License

Other

Why we included this project

Anyone learning classical machine learning from scratch will find a complete walkthrough here. Each algorithm, from k-nearest neighbors and decision trees to SVM and naive Bayes, comes with working Python 3 code, a training dataset, and a detailed write-up that explains the theory as you go. The small runnable examples, like a dating-site match classifier or a handwritten-digit recognizer, are easy to step through line by line in a notebook. Because the chapters build into a coherent course rather than a pile of loose scripts, the repo works well for self-study, reviewing for an exam, or brushing up on interview topics. Just treat it as a teaching resource: the code shows how each method works, not how to wire it into a production application.

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