Skip to content

VechamGautham/ML-Algorithms-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ML-Algorithms-From-Scratch

πŸ“Œ About

This repository contains implementations of Machine Learning algorithms from scratch without using libraries like Scikit-Learn or TensorFlow. The goal is to understand the core mathematical concepts and how these algorithms work under the hood.

Additionally, this folder includes implementations using standard ML libraries for comparison and review.

πŸ“‚ Contents

  • Linear Regression - Implemented both from scratch and using Scikit-Learn.
  • Logistic Regression- Implemented both from scratch and using Scikit-Learn
  • More ML algorithms coming soon…

πŸ“š Libraries Used

While the focus is on implementing ML algorithms manually, some versions also use:

  • NumPy – For mathematical operations and array manipulations.
  • Pandas – For handling datasets.
  • Matplotlib & Seaborn – For data visualization.
  • Scikit-Learn – For comparison with standard implementations.

🎯 Goals

βœ” Understand ML algorithms at a deeper level.
βœ” Improve coding and mathematical skills in ML.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published