NeuralNetwork

A neural network module in Python. A neural network of a custom size can be created with custom activation functions for each layer. The neural network can be trained with training data and queried for other results.