Skip to content

saumyapandey1998/Machine-Learning-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Machine Learning Models

Welcome to the Machine Learning Models repository!
This project is a curated collection of foundational machine learning algorithms implemented from scratch using Python and NumPy, aimed at deepening understanding of how these models work under the hood.

🔍 Overview

This repository is designed for learners and practitioners who want to:

  • Understand ML algorithms by building them from the ground up
  • Explore mathematical intuition through code
  • Strengthen implementation skills for interviews or academic work

No external machine learning libraries (like scikit-learn) are used—everything is implemented from scratch using basic Python libraries such as NumPy and Pandas.


🧮 Algorithms Implemented

  • Decision Tree
  • K-Nearest Neighbors (KNN)
  • Multinomial Naive Bayes
  • Neural Networks
  • Random Forest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages