Machine Learning Algorithms From Scratch

Implementing machine learning algorithms from scratch.
Alternatives To Machine Learning Algorithms From Scratch
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cs Video Courses53,706
5 days ago14
List of Computer Science courses with video lectures.
C Plus Plus23,718
a day ago55mitC++
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Wavefunctioncollapse20,815
16 days ago2otherC#
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
Homemade Machine Learning20,319
5 months ago21mitJupyter Notebook
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
C15,848
16 hours ago24gpl-3.0C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Recommenders15,29422 days ago11April 01, 2022150mitPython
Best Practices on Recommendation Systems
Machine Learning Tutorials12,876
3 months ago33cc0-1.0
machine learning and deep learning tutorials, articles and other resources
Nni12,64182214 hours ago51June 22, 2022279mitPython
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Halfrost Field11,208
9 months ago5cc-by-sa-4.0Go
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Mlalgorithms8,809
a year ago8mitPython
Minimal and clean examples of machine learning algorithms implementations
Alternatives To Machine Learning Algorithms From Scratch
Select To Compare


Alternative Project Comparisons
Readme

Machine-Learning-Algorithms-from-Scratch

Implementing machine learning algorithms from scratch.

Algorithms implemented so far:

  1. Simple Linear Regression.
    Dataset: Stock data from Quandl

  2. Logistic Regression.
    Dataset: Stanford ML course dataset

  3. Naive Bayes Classifier.
    Dataset: Email spam/non-span

  4. Decision Trees

  5. K Nearest Neighbours.
    K Nearest Neighbours in Parallel.
    Dataset: Chronic Kidney disease data from UCI

  6. A-Star Algorithm

  7. K Means Clustering.
    K Means Clustering in Parallel.
    Dataset: IPL player stats norm data

  8. Support Vector Machine

Popular Algorithms Projects
Popular Machine Learning Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Algorithms
Dataset
Machine Learning Algorithms
Unsupervised Learning
Supervised Learning