Some implement of different neural network based on numpy and trained on CPU
As a base class with train and hypothesis method
Derived from DNN and is able to train discrete games based on gym
Derived from DNN and can be successfully trained with MNIST. It mainly override some private method of its base class DNN.