搭建keras,先得搭建theano和TensorFlow
1.难就难在搭建theano,我花了大半天的时间,终于吧theano弄好了:
http://blog.csdn.net/m0_37681914/article/details/73609177
接下来,TensorFlow和keras很简单了:
2.cmd输入命令,安装TensorFlow
pip install tensorflow
3.安装keras:
pip install keras
最后通过import keras测试