McCullochPitts-class    The McCullochPitts neuron class, that
                        implements the logic of the McCullochPitts
                        neuron model.
McCullochPittsLayer-class
                        The McCullochPittsLayer class, that implements
                        a layer of McCullochPitts neurons.
NeuralNetwork-class     The main NeuralNetwork class, that holds the
                        layers.
Perceptron-class        The Perceptron neuron class, that implements
                        the logic of the perceptron model.
PerceptronLayer-class   The PerceptronLayer class, that implements a
                        layer of Perceptron neurons.
deep                    deep: A Neural Networks Framework
