Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 3.39 KB

README.md

File metadata and controls

85 lines (60 loc) · 3.39 KB

Machine Learning Projects Repository

Welcome to my Machine Learning Projects repository! This repository contains a collection of projects related to machine learning, showcasing various techniques, algorithms, and applications.

Table of Contents

  1. Introduction
  2. Projects
  3. Installation
  4. Usage
  5. Contributing

Introduction

This repository is a compilation of my machine learning projects, each designed to explore different aspects of machine learning, from classical algorithms to deep learning models. The projects cover a wide range of applications, including but not limited to image classification, natural language processing, and predictive modeling. We are Using SKlearn library for all these Projects.

Projects

  • Amazone Product Recommendation System using Cosine Similarity
  • Big Mart Sales Prediction using XGBRegressor
  • Book Recommendation System using collaborative filtering
  • Breast Cancer Classification using Logistic Regression
  • Calories Burnt prediction using XGBoost
  • Car Price Prediction using Linear and Lasso regression
  • Credit Card Fraud Detection using Logistic Regression
  • Crop Recommendation system using multiple ML algorithms
  • Customer Segmentation using K-Means Clustering
  • Diabetes Prediction using KNN
  • Diabetes Prediction using SVM
  • Estimation of Obesity levels using Logistic Regression
  • Fake News Prediction using Logistic Regression
  • Gold Price Prediction using Machine Learning with Python
  • Heart Disease Prediction using Random Forest
  • Laptop Price Prediction Using Multiple Regression algorithms
  • Loan Approval Status Prediction using SVM
  • Loan Payment Status Prediction using Naive Byes
  • Medical Insurance Cost Prediction using Linear Regression
  • Movie Recommendation System using Cosine Similarity
  • Parkinson's Disease Detection using SVM
  • Placement prediction using Logistic Regression
  • SONAR Rock vs Mine Prediction using Logistic Regression
  • Spam Mail Prediction using Logistic Regression
  • Titanic Survival Prediction using Logistic Regression
  • Wine Quality Prediction using Random Forest algo
  • Mini Project: Finding similiar Characters of Game of Thrones using ML Algorithms

This list is sorted alphabetically based on the first character of each project's name.

Feel free to explore each project's directory for more details and specific documentation.

Installation

  1. Clone the repository:

    git clone https://github.com/arpitpatelsitapur/ML-projects
  2. Install dependencies:

    pip install -r requirements.txt

Usage

Each project may have its own set of instructions and requirements. Please refer to the respective project's directory for detailed usage guidelines.

Contributing

If you'd like to contribute to these projects, please follow the Contribution Guidelines.

Notice: Large Datasets

Attention Contributors and Users:

Some datasets(like creditcard.csv,newsdata-train.csv), due to their size exceeding GitHub's 100 MB limit, are not uploaded to this repository. You can find and download these datasets from the following sources:

Please ensure you have the necessary permissions to use and download these datasets from their respective sources. Thank you for your understanding.

Happy exploring and contributing!