Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 407 Bytes

Machine-Learning

Some implement of different neural network based on numpy and trained on CPU

deep_neural_network

As a base class with train and hypothesis method

deep_Q_learning

Derived from DNN and is able to train discrete games based on gym

convolution_neural_network

Derived from DNN and can be successfully trained with MNIST. It mainly override some private method of its base class DNN.