Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 379 Bytes

python-ml

This is a Python port of Dr. Gashler's machine learning library starter-kit that is C++. Here, I have done some refactoring and restructuring thus it is not a 1:1 porting.

Requirements

  • python3
  • numpy
  • scipy
  • nosetests (optional: for running the tests)

License