Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 275 Bytes

File metadata and controls

12 lines (11 loc) · 275 Bytes

Machine Learning

Introduction

Some traditional machine learning algorithm. Use python3 and numpy implement some machine learning algorithm, such as SVM, linear regression and decision tree.

Dependencies

  • python 3.x
  • pandas
  • numpy
  • sklearn
  • matplotlib
  • seaborn