pyml.neural_network.nn#

Neural network

This module provides a simple implementation of a neural network.

Classes

NN

Neural network class for regression & classification

Exceptions

InconsistentLayerSizes(...)

Exception raised when neurons of two consecutive layers do not match.