官术网_书友最值得收藏!

Keras for deep learning 

Keras is a Python based API that uses TensorFlow, CNTK, or Theano as backend for deep learning. Due to its high level API and simplified abstraction, it has been quite popular in the deep learning community. We will be using this library to study CNNs. To install this, first install TensorFlow as described in previous section, and use the following:

pip install keras

There is no separate version for GPU. For installing specific versions of Keras, such as Version 2.1.2, use following: 

pip install keras==2.1.2

The latest version of Keras at the time of writing this book is 2.1.2. To check the version of installed Keras, use:

python -c "import keras;print(keras.__version__)"

If TensorFlow is installed from previous sections, it will use it as backend.

To use Keras, one of the prerequisites is basic knowledge of deep learning. In this book, we will see it in Chapter 5, Convolutional Neural Networks.

主站蜘蛛池模板: 衡阳市| 孙吴县| 维西| 阿拉善盟| 曲周县| 新和县| 玉门市| 丽江市| 江津市| 揭东县| 瑞安市| 肥西县| 航空| 洞口县| 普兰店市| 突泉县| 昭通市| 延吉市| 都昌县| 凌云县| 楚雄市| 赣州市| 汝南县| 晋州市| 东台市| 台江县| 武邑县| 邵武市| 安塞县| 金寨县| 浙江省| 微博| 沈阳市| 霍州市| 石渠县| 韶山市| 南部县| 望谟县| 社旗县| 淮南市| 克什克腾旗|