This repository contains my projects in machine learning:
This repository contains practical machine learning projects organized by topic. Each folder focuses on a specific concept and includes a small, hands-on project for experimenting, exploring, and learning applied skills.
dataset-preparation/data-visualization/classification/linear-regression/polynomial-regression/support-vector-machines/decision-trees/random-forest/ensemble-methods/dimensionality-reduction/clustering/anomaly-detection/deep-learning/
Example: linear-regression/
linear-regression/student_habits_performance.csvlinear-regression/linear_regression.ipynblinear-regression/README.md
- Open a topic folder and launch the notebook (.ipynb) directly in Google Colab.
- All datasets are included in the project folder, so you can run the notebook without installing anything.