Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 3.25 KB

README.md

File metadata and controls

56 lines (48 loc) · 3.25 KB

Machine Learning

In this repo, you will find all the resources to learn machine learning based on my ML course at my university and what I have found useful to share.

To render equations on Chrome, please use GitHub with MathJax.

Phase 0: Requirements

  • Basic python experience
  • Basic probability understanding
  • Basic vector calculus and linear algebra understanding

Phase 1: Supervised Learning

  • Linear Regression
  • Logistic Regression
  • Project
    • Linear Regression: Housing Pricing
    • Logistic Regression: Handwritten Digit

Phase 2: Unsupervised Learning

  • K-Nearest Neighbors (KNN)
  • Decision Trees
  • Project: Cancer Diagnosis

Phase 3 (Soon):

  • Multi-layer Perceptron (MLP)
  • Project: Classifying Images [CIFAR-10]

Phase 4 (Soon):

  • K-Means
  • Principal Component Analysis
  • Project: Handwritten Digits

Phase Final (Soon):

  • Outliers Detection
  • Ensemble
  • Project: Type I diabetes: Hypoglycemia Prediction

General Resources: