Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Machine Learning Fundamentals

A collection of machine learning programs and practice exercises implemented in Python.

📚 Topics Covered

  • Data Preprocessing
  • Label Encoding
  • One Hot Encoding
  • Linear Regression
  • Polynomial Regression
  • Logistic Regression
  • Ridge Regression
  • Lasso Regression
  • K-Nearest Neighbors
  • Decision Trees
  • Random Forest
  • Clustering
  • Evaluation Metrics
  • Confusion Matrix
  • F1 Score

🛠 Libraries Used

  • Python
  • NumPy
  • Pandas
  • Matplotlib
  • Scikit-learn

🎯 Goal

This repository documents my journey in learning machine learning fundamentals through hands-on coding and practical implementations.

📂 Repository Structure

Machine-Learning-Fundamentals
│
├── Problems
├── 01_data_preprocessing.py
├── 02_encoding.py
├── ...
├── 19_kmeans_clustering.py
└── 20_student_performance_prediction.py

Author

-Harsh Mishra

About

A collection of Python implementations covering fundamental machine learning algorithms, preprocessing techniques, regression, classification, clustering, evaluation metrics, and practice problems.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages