Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 186 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 186 Bytes

Machine-Learning-Examples

Including SVM, PCA and K-Means Clustering examples

libraries

  • numpy
  • pandas
  • matplotlib
  • sklearn
    • SVC
    • KMeans
    • PCA
    • StandardScaler