Contents

Deep Learning

Contents

Turns out deep learning is kind of a big deal right now and for good reason. It’s cool, powerful, GPU-friendly, and just pretty great. I wanted to be a part of the fun and realized it wasn’t as easy to do for Windows developers. But the good news is that it is actually supported.

Found this useful: https://www.quora.com/How-does-Enthought-Canopy-compare-to-Anaconda

The stack:

Steps:

Issues

  • Ran into https://github.com/BVLC/caffe/issues/782 while working on it and the issue was that my PYTHONPATH was not set to D:\Tools\caffe\Build\x64\Release\pycaffe. Do NOT set it to the subdirectory: D:\Tools\caffe\Build\x64\Release\pycaffe\caffe

Resources