Originally published at http://blog.simiacryptus.com/2017/12/test-driven-development-for-neural-nets.html In the last article, we covered a common testing framework for individual components, but we didn’t cover how these networks are actually trained. More specifically, how should we design a test suite to cover something so broad as optimization? A big problem here is that the…