Skip to content

Machine Learning Tutorial for those who are interested in ML

Notifications You must be signed in to change notification settings

hw79chopin/Machine-Learning-Codebook

Repository files navigation

🔎 Machine Learning Codebook

#Machine Learning #Supervised Learning #Unsupervised Learning


🚦 1. Introduction

Machine Learning Codebook is a tutorial of machine learning for those who are studying Machine Learning. This repo deals with machine learning intro and supervised, unsupervised learning. Most of the contents have explanation of model and example codes.

  • Much easier to read if you open codebook with Google colab

🚦 2. Table of Contents

1. Machine Learning Introduction

  • 1-1. Machine Learning Introduction
    • Contents
      • What is Machine Learning?
      • Essential Concepts
      • Types of Machine Learning
      • Overall Process of machine learning proejct
      • Extra tips
    • Colab version: Machine Learning Introduction.ipynb

2. Supervised Learning

  • 2-1. Regression
    • Contents
      • Linear Regression
      • Gradient Descent (Batch Gradient Descent)
      • Stochastic Gradient Basecent
      • Mini-batch Gradient Descent
      • Polynomial Regression
      • Regularized Linear Models (Lasso)
      • Regularized Linear Models (Lasso)
      • Elastic Net
      • Softmax Regression (Multinomial Lostic Regression)
      • SVM Regressor
    • Colab version: Regression.ipynb
  • 2-2. Classification
    • Contents
      • Logistic Regression
      • Linear Support Vector Model
      • Non-Linear Support Vector Model
      • SGD Classifier
      • XGBoost Classifier
    • Colab version: Classification.ipynb
  • 2-3. Decision Tree
  • 2-4. Ensemble
    • Contents
      • Voting
      • Bagging
      • Boosting (XGBoost, LightGBM etc)
      • Pasting
      • Pasting
    • Colab version: Ensemble.ipynb

2. Unsupervised Learning

  • 3-1. Dimensionality Reduction
  • 3-2. Clustering
    • Contents
      • K-means clustering
      • Hierarchical Clustering
      • DBSCAN
      • Gasussian Mixture model (GMM)
    • Colab version: Clustering.ipynb

Author

About

Machine Learning Tutorial for those who are interested in ML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published