My favorite NN debugging test
If you are implementing some fancy architecture, I advice you to implement a following test: Take batch of examples and run it through the network Take one (let...
If you are implementing some fancy architecture, I advice you to implement a following test: Take batch of examples and run it through the network Take one (let...
You should never guess how to improve your classifier. I’ve seen spectacular improvements and accuracy jumps in Neural Networks that were achieved by acci...