Usage

Basic Usage

To use Neural in a project:

from neural import neural
nn = neural.NeuralNetwork()

Advanced Usage

Consult the test cases for advanced usage. Things to keep in mind:

  • Make sure that class numbering starts from 0.
  • Each neural network’s structure cannot be changed after instantiation.
  • If you are using this tool for something other than just to mess with, find an actual tool.