Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 307 Bytes

ml-examples-w3schools

Machine learning code examples from the w3schools tutorial "Learn Machine Learning".

Python Requirements

Uses Python 3 (at least 3.6)

Required packages:

  • NumPy
  • SciPy
  • Matplotlib
  • Scikit-learn
  • PyDotPlus