Skip to content

Machine Learning example includes code, explanations, and insights into the story behind the problem being solved.

Notifications You must be signed in to change notification settings

DataByteSun/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Stories

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.

ML Algorithms

Here we will explore 2 types of Machine Learning algorithm examples:

  1. 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)
  2. Unsupervised Learning

    • Clustering
      • K-Means Clustering
      • Hierarchical Clustering

Getting Started

To get started with the examples in this repository, follow these steps:

  1. Clone the repository:
    git clone https://github.com/DataByteSun/Machine-Learning.git
    

Technologies Used

  • Programming Language: Python
  • Tools: Jupyter Notebook