Skip to content

Core ML concepts explained from scratch Manual implementations of algorithms (like Linear Regression, KNN, etc.) Visualizations to support learning Well-documented code and theory

Notifications You must be signed in to change notification settings

Ankitraj588/lets-understand-ml-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

lets-understand-ml-from-scratch

Core ML concepts explained from scratch Manual implementations of algorithms (like Linear Regression, KNN, etc.) Visualizations to support learning Well-documented code and theory

πŸŽ“ Placement Prediction using Linear Regression

This project predicts whether a student will get placed based on their CGPA and IQ score using a Linear Regression model.

πŸ“Œ Features

  • Input features: cgpa, iq
  • Output: placement (0 = not placed, 1 = placed)
  • Model: Scikit-learn's LinearRegression
  • Serialization: Model saved using pickle
  • Visualization: 2D/3D plots using matplotlib

πŸ“ Folder Structure

About

Core ML concepts explained from scratch Manual implementations of algorithms (like Linear Regression, KNN, etc.) Visualizations to support learning Well-documented code and theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published