Welcome to my repository featuring various machine learning projects! 🚀
This repository contains different tasks solved using classification, clustering, and ensemble methods. Each project is implemented in Jupyter Notebook with a detailed explanation of the applied algorithms.
- 🔢 MNIST with Ensembles
- 🚗 Car Classification
- 💰 Loan Approval with Bagging and Boosting
- 🧠 Mental Health with CatBoost
- 🎵 Music Genre Classification with LogReg, SVM, KNN
- 🐧 Penguins Clustering (K-Means, DBSCAN, Agglomerative)
- 🍷 Wine Clustering
Classification of handwritten digits from the MNIST dataset using ensemble methods (Bagging, Boosting, Stacking).
Classification of cars based on various features using machine learning techniques.
Predicting loan approvals using ensemble methods: Bagging and Boosting.
Predicting mental health issues based on data using the CatBoost algorithm.
Determining music genres using Logistic Regression, SVM, and k-Nearest Neighbors.
Clustering penguins using K-Means, DBSCAN, and Agglomerative Clustering.
Analysis and clustering of wine beverages based on various characteristics.
- Clone the repository:
git clone https://github.com/sovunia-hub/machine-learning.git
- Open Jupyter Notebook and run the project of your choice.
📩 If you have any questions or suggestions, feel free to contact me!