Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 764 Bytes

CourseOverview.md

File metadata and controls

16 lines (16 loc) · 764 Bytes

Syllabus for Coursera ML course

  1. Introduction to Machine Learning. Univariate linear regression. (Optional: Linear algebra review.)
  2. Multivariate linear regression.
  • Practical aspects of implementation.
  • Octave tutorial.
  1. Logistic regression, One-vs-all classification, Regularization.
  2. Neural Networks : Representation and Learning
  3. Practical advice for applying learning algorithms:
  • How to develop, debugging, feature/model design, setting up experiment structure.
  1. Support Vector Machines (SVMs) and the intuition behind them.
  2. Unsupervised learning
  • clustering and dimensionality reduction.
  1. Anomaly detection.
  2. Recommender systems.
  3. Large-scale machine learning.
  • An example of an application of machine learning.