Welcome to the Machine Learning Stories repository! This repository contains code samples and Jupyter notebooks demonstrating various machine learning techniques and algorithms, along with stories and explanations for each method.
Here we will explore 2 types of Machine Learning algorithm examples:
-
Supervised Learning
- A. Regression
- Linear Regression
- Ridge Regression
- Lasso Regression
- Support Vector Regression (SVR)
- Decision Trees Regression
- Random Forest Regression
- Gradient Boosting Regression
- Neural Networks Regression
- B. Classification
- Logistic Regression
- Support Vector Machines (SVM)
- k-Nearest Neighbors (KNN)
- Naive Bayes
- Decision Trees
- Random Forest
- Gradient Boosting (e.g., XGBoost, LightGBM, CatBoost)
- Neural Networks (e.g., Multilayer Perceptron)
- A. Regression
-
Unsupervised Learning
- Clustering
- K-Means Clustering
- Hierarchical Clustering
- Clustering
To get started with the examples in this repository, follow these steps:
- Clone the repository:
git clone https://github.com/DataByteSun/Machine-Learning.git
- Programming Language: Python
- Tools: Jupyter Notebook