Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.65 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.65 KB

CUDA_SVM

  • step 1: Implement SVM based on LIBSVM, in python;

  • step 2: Impelement sequential SVM, Linear kernel; (Using the same data input and output processing)

  • step 3: Implement CUDA based SVM, Linear kernel; (Using the same processing other than the optimzation part in step 3)

GPU Implementation of SVM

Sequential Minimal Optimization

Dataset