small-nn-jcanode

A small Neural Network Framework


License
MIT
Install
pip install small-nn-jcanode==0.0.1

Documentation

Small NN

A small neural network library written in python

Installation

  1. Download from github (https://github.com/jcanode/small_nn)
  2. Move into the directory cd small_nn
  3. Run python3 -m pip install --user --upgrade setuptools wheel
  4. Run python3 setup.py sdist bdist_wheel
  5. It is installed, import with import small_nn