NaNmnist icon indicating copy to clipboard operation
NaNmnist copied to clipboard

MNIST Tutorial

Results 2 NaNmnist issues
Sort by recently updated
recently updated
newest added

As far as I know, initializing weights as zeroes, even as a beginner is highly improper way of initialization. CS231n open lecture [notes](http://cs231n.github.io/neural-networks-2/) says, > **Pitfall: all zero initialization**. Lets...

Even though i'm not good at english, but I can clearly understand your article. It's very helpful for me to know how the tutorial from Tensorflow work. I want to...