BenGJ10 / ML-Models-from-Scratch

Building all Machine Learning Algorithms from scratch solely using Python.

Repository from Github https://github.comBenGJ10/ML-Models-from-ScratchRepository from Github https://github.comBenGJ10/ML-Models-from-Scratch

ML Models from Scratch

This repository contains implementations of various Machine Learning algorithms from scratch using Python. The goal is to understand the fundamental concepts behind these algorithms without relying on libraries like scikit-learn.

πŸ“‚ Repository Structure

  • Datasets/ - Contains datasets used for training and testing models.
  • Linear Regression.ipynb - Implementation of Linear Regression from scratch.
  • README.md - Documentation of the repository.

πŸ“Œ Implemented Models

  • Linear Regression
  • Logistic Regression (Coming soon)
  • Support Vector Machines (Coming soon)

About

Building all Machine Learning Algorithms from scratch solely using Python.


Languages

Language:Jupyter Notebook 100.0%