MCPcopy Index your code
hub / github.com/rushter/MLAlgorithms / nnet_convnet_mnist.py

File nnet_convnet_mnist.py

examples/nnet_convnet_mnist.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import logging
2
3from mla.datasets import load_mnist
4from mla.metrics import accuracy

Callers

nothing calls this directly

Calls 13

load_mnistFunction · 0.90
one_hotFunction · 0.90
NeuralNetClass · 0.90
ConvolutionClass · 0.90
ActivationClass · 0.90
MaxPoolingClass · 0.90
DropoutClass · 0.90
FlattenClass · 0.90
DenseClass · 0.90
AdadeltaClass · 0.90
accuracyFunction · 0.90
fitMethod · 0.45

Tested by

no test coverage detected