Launcher

Type to filter results. Use arrow keys to navigate, Enter to select.

Preferences

You've reached the end of the results

Project Overview

A reference collection of foundational machine learning algorithms, implemented and documented in Jupyter notebooks while studying the underlying math behind common ML techniques.

Source Code Repository

Implemented Algorithms

  • K-Nearest Neighbors (KNN): Classification based on the closest labeled examples in feature space.
  • Linear Regression: Fitting a linear model to continuous data.
  • Perceptron: The simplest binary linear classifier and building block of neural networks.

References