Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 384 Bytes

Lab4-Classification lab

The goal here is to classify handwritten digits 3 and 8
I compare to the clustering method:

  1. Logistic regression with threshold p>=0.5
  2. Random Forest
    I use ROC to find the better method