| 1 | """This tutorial introduces the LeNet5 neural network architecture |
| 2 | using Theano. LeNet5 is a convolutional neural network, good for |
| 3 | classifying images. This tutorial shows how to build the architecture, |
| 4 | and comes with all the hyper-parameters you need to reproduce the |
nothing calls this directly
no test coverage detected