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

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.

主站蜘蛛池模板: 海南省| 开江县| 晋江市| 兴仁县| 武强县| 阳曲县| 五峰| 彭水| 道真| 东源县| 连城县| 连城县| 永靖县| 怀化市| 寿光市| 虎林市| 阿尔山市| 镶黄旗| 咸宁市| 天台县| 洱源县| 莱阳市| SHOW| 彝良县| 平阴县| 内江市| 额尔古纳市| 甘南县| 云安县| 徐汇区| 监利县| 务川| 西丰县| 安阳县| 闽侯县| 迭部县| 蓝田县| 锡林浩特市| 东阿县| 自贡市| 织金县|