Does Oneiros Dream?

そこら辺にいるクソガキのブログ

The Best Develop Environment for Machine Learning

This is oneiroi.
Recently I started machine learning (Mainly "deep learning") so I will explain best develop environment.

"conda" is best.

1. Install "conda" from pyenv
( Install one of the following: conda, mini-conda, anaconda )

2. Install python and opencv form conda

$ conda create -n py33con python=3.3 anaconda
$ source activete py33con
$ python
$ conda install -c https://conda.binstar.org/menpo opencv

3. enjoy