搭建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测试
本文详细介绍如何从零开始搭建Keras深度学习框架。首先解决Theano的安装难题,然后依次介绍TensorFlow及Keras的安装步骤,并提供命令行指令。最后通过导入Keras进行测试验证。
890





