Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 388 Bytes

Machine Learning

Convered topics in CS 189 including:

  • Linear Classifiers
  • SVM
  • Maximum Likelihood Estimation (MLE)
  • Gaussian Discriminant Analysis: QDA/LDA
  • Regression (Logistic, Ridge, Least-Squares)
  • Decision Trees & Random Forests
  • Neutral Networks (MLP)
  • Convolutional Neural Networks (CNNs) from scratch.
  • PCA and SVD
  • k-Means Clustering
  • AdaBoost
  • Nearest Neighbor