Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 397 Bytes

Machine_Learning_Course

Machine learning course at Tel-Aviv University, automn 2016

Machine learning algorithms implementation using Python, addressing MNIST dataset (predict handwritten digits):

Exercises:

  • Ex1: kNN
  • Ex2: SVM (using SGD), perceptron
  • Ex3: Multiclass SVM, Kernels
  • Ex4: AdaBoost, PCA

MNIST dataset can be downloaded using this link