Skip to content

MothilalShiva/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Machine Learning Implementations

This repository contains my hands-on implementations of various Machine Learning algorithms using Google Colab. The projects are structured into three separate notebooks, each focusing on different aspects of ML.

πŸ“‚ Project Structure

  1. Classification_Magic - Supervised learning techniques for classification problems.
  2. Seeds_Unsupervised - Clustering and dimensionality reduction techniques.
  3. Bikes_Regression - Regression models using traditional and neural network approaches.

πŸš€ Implemented Algorithms

πŸ“Œ Classification (Supervised Learning) - Classification_Magic.ipynb

  • K-Nearest Neighbors (KNN)
  • Naive Bayes
  • Logistic Regression
  • Support Vector Machine (SVM)
  • Neural Networks (TensorFlow)

πŸ“Œ Clustering & Dimensionality Reduction (Unsupervised Learning) - Seeds_Unsupervised.ipynb

  • K-Means Clustering
  • Principal Component Analysis (PCA)

πŸ“Œ Regression (Supervised Learning) - Bikes_Regression.ipynb

  • Linear Regression
  • Linear Regression using a Single Neuron
  • Regression Neural Network (TensorFlow)

πŸ”§ Tools & Libraries

  • Python 🐍
  • TensorFlow
  • Scikit-learn
  • Pandas & NumPy
  • Matplotlib & Seaborn
  • Google Colab

πŸ“œ How to Use

  1. Clone this repository:
    git clone https://github.com/MothilalShiva/Machine-Learning.git

Open the respective notebook in Google Colab. Run the cells to explore the implementations. πŸ“Œ Dataset Sources Publicly available datasets used in Google Colab. πŸ“’ Connect with Me Feel free to check out my work and provide feedback! LinkedIn: https://www.linkedin.com/in/mothilal-shiva-41151b228/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors