/ML-notes

machine learning notes made from andrew ng course

ML Notes

This repository contains my handwritten notes on Machine Learning Originally written as a way for me personally to help in understanding the concepts, these notes have lot of diagrams taken from the Andrew Ng course! The target audience was originally me, but anyone is welcome to use it.

Content

Course Summary

  • Supervised learning - labeled data

    • Linear regression
    • Logistic regression
    • Neural networks
    • Support vector machines
  • Unsupervised learning - unlabeled data

    • K-means
    • PCA
    • Anomaly detection
  • Special applications/topics

    • Recommender systems
    • Large scale machine learning
  • Advice on building machine learning systems

    • Bias and variance
    • Regularization
    • What to do next when developing a system
    • Algorithm evaluation
    • Learning curves
    • Error analysis
    • Ceiling analysis