MCPcopy Index your code
hub / github.com/lisa-lab/DeepLearningTutorials / convolutional_mlp.py

File convolutional_mlp.py

code/convolutional_mlp.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

evaluate_lenet5Function · 0.85

Tested by

no test coverage detected