keras由python编写而成的高级神经网络库,后端需要由tensorflow或theano的支持。
conda 安装速度慢
配置文件.condarc目录,C:/Users/username
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
keras
- conda install mingw libpython
- pip install git+git://github.com/Theano/Theano.git
- pip install git+git://github.com/fchollet/keras.git
- 修改keras.json的backend为theano
测试
python -c "import keras; print keras.__version__"