Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 534 Bytes

Machine Learning Algorithms

Machine learning algorithms in Python for learning purposes and to help anyone else trying to grasp Machine learning concepts.

File Structure

All the algorithms will be contained in a folder pertaining to their specific field.

Training Sets

Training and test sets will be included where possible in .csv format

Dependancies

  • Numpy
  • Scipy

Completed Algorithms

  • K Nearest Neighbours