Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 522 Bytes

simpleai

is a little project from me where I try to implement machine learning algorithms only using numpy. I alwasy try to implement them as clean as possible to make them easy to understand.

Installation

  git clone https://github.com/GitInVisualStudio/simpleai
  cd simpleai
  pip3 install numpy
  python3 setup.py develop

Run examples

  python3 examples/nnet_mnist.py

Note

if you have suggestions for improvements please open an issue. I am trying my best, but I am still learning.