Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 528 Bytes

File metadata and controls

33 lines (19 loc) · 528 Bytes

Blueprint

A simple neural network package.

Installation

Prerequisites:

Install package:

pip install .

Use the -e, --editable flag to install package in development mode.

Usage

Check the sample scripts available in the scripts directory.

Run sample scripts:

python scripts/perceptron.py

Copyright and license

Copyright (c) 2020, Marcelo Cysneiros and Danilo Peixoto. All rights reserved.

Project developed under a MIT License.