Skip to content

Repository intended for keeping and briefly explain simple ML models (such as linear regression, decision trees, etc.) implementations

Notifications You must be signed in to change notification settings

pesr0/ml_from_scratch

Repository files navigation

Machine Learning Models From Scratch

This repository is intended for keeping and explain briefly some of the most commom ML models (Linear ad Logistic Regression, KNN, Decision Trees, etc.)
Every model will be implemented in a simple way, where the main focus is the mathematical logic behind the model.
Since the implementation is focused in the mathematical logic, the implementations will not be to much refined.

For now, the available implementations are:
-Linear Regression Model
-KNN Model
-K-Means Clusterization Model

About

Repository intended for keeping and briefly explain simple ML models (such as linear regression, decision trees, etc.) implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published