Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 138 Bytes

File metadata and controls

6 lines (4 loc) · 138 Bytes

Different implementations of classifiers

SVM

  1. Using iterative gradient descent approach (doesn't work properly)
  2. Using sklearn's SVC