Anaconda安装前面已经写过
主要介绍theano与keras的安装
theano安装: 使用conda安装,命令行下直接执行:conda install theano
安装过程与验证:Python命令行导入成功
keras安装:直接使用pip install keras安装
提示安装成功,但会有两条标红的记录如下:
distributed 1.21.8 requires msgpack, which is not installed
grin 1.2.1 requires argparse>=1.1, which is not intsalled
直接在命令行用下使用pip安装它们:pip install msgpack