A simple neural network package.
Prerequisites:
Install package:
pip install .
Use the -e, --editable flag to install package in development mode.
Check the sample scripts available in the scripts directory.
Run sample scripts:
python scripts/perceptron.py
Copyright (c) 2020, Marcelo Cysneiros and Danilo Peixoto. All rights reserved.
Project developed under a MIT License.