My playround with neural network from the book: neural networks and deep leanrning
# MacOS only
/usr/bin/time -h odin run xor-1 -out:./bin/xor
/usr/bin/time -h odin run xor-2 -out:./bin/xor
odin run mnist -out:./bin/mnist - xor-1: hardcoded, Odin's built-in
matrix - xor-2: hardcoded, hand-built
Span
- xor nn
- cache z
- span
- load mnist
- network to learn mnist
- weight init with sqrt(n)
- regularization
- softmax
- dropout