A collection of various machine learning projects, implementations, and tutorials covering a wide range of ML techniques and applications.
- Breast Cancer Prediction (
.py
and.ipynb
versions)- Implementations using different approaches including Neural Networks
- Uses breast cancer dataset (available in repository)
- Diabetes Prediction
- Predicts diabetes using classification algorithms
- Created in Google Colaboratory
- Simple Linear Regression
- Multiple Linear Regression (including BONUS implementation)
- Polynomial Regression
- Support Vector Regression
- Bank Customer Segmentation
- Customer segmentation solution for banking data
- Speech Emotion Recognition
- Flower Detection
- Movie Recommendation Engine
- Handling Missing Data
- Techniques for dealing with missing values in datasets
- Encoding Categorical Data
- Methods for converting categorical variables to numerical format
- Data Preprocessing Tools
- Multiple notebooks with various preprocessing techniques
- Kernel SVM
- Logistic Regression
- Breast cancer dataset (CSV)
- Diabetes dataset (CSV)
- Quikr car dataset (CSV)
- Python
- Jupyter Notebooks
- Google Colaboratory
- Popular ML libraries (Scikit-learn, TensorFlow, etc.)
- Clone this repository
- Install the required dependencies
- Explore the notebooks and scripts based on your area of interest
This repository contains notebooks and code examples created while learning machine learning. Shared for educational purposes only.
Feel free to contribute to this repository by adding new implementations or improving existing ones.