Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 476 Bytes

File metadata and controls

7 lines (6 loc) · 476 Bytes

MachineLearning

Various machine learning projects/exercises

  • ImageCompression: compression of an image using K-Means algorithm
  • MovieRecommenderSystem: collaborative filtering to predict movie ratings
  • HandwrittenDigitsRecognition: recognition of handwritten digits using oneVsAll method and logistic regression (80.95 % accuracy at the test set)
  • HandwrittenDigitsRecognitionNN: recognition of handwritten digits using a neural network (90 % accuracy at the test set)