If you're interested in the generalization ability of neural networks I can recommend the following paper: "Intriguing properties of neural networks" http://arxiv.org/pdf/1312.6199v4.pdf TLDR: The authors create…
Here is the video of the talk: http://www.fosslc.org/drupal/content/everything-you-need-kno...
Does anybody know docopt? I really like it because you simply write the help/usage as text and docopt automatically generates the parser for it. Take a look at the example in the README: https://github.com/docopt/docopt
If you're interested in the generalization ability of neural networks I can recommend the following paper: "Intriguing properties of neural networks" http://arxiv.org/pdf/1312.6199v4.pdf TLDR: The authors create…
Here is the video of the talk: http://www.fosslc.org/drupal/content/everything-you-need-kno...
Does anybody know docopt? I really like it because you simply write the help/usage as text and docopt automatically generates the parser for it. Take a look at the example in the README: https://github.com/docopt/docopt