This is a guide on how to install Caffe for Ubuntu 16.04 and above, without GPU support (No CUDA required).
sudo apt-get install libopencv-dev python-opencv
| # sources | |
| # http://www.scipy.org/install.html | |
| # http://sohliloquies.blogspot.ru/2015/07/setting-up-deep-dream-google-researchs.html | |
| # https://github.com/BVLC/caffe/wiki/Ubuntu-14.04-VirtualBox-VM | |
| # ~2gb dependencies | |
| mkdir deep-dream && cd deep-dream | |
| sudo apt-get install subversion cmake |