- Practical Computer Vision
- Abhinav Dadhich
- 157字
- 2021-06-30 18:54:45
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.
- Dreamweaver CS3 Ajax網(wǎng)頁設(shè)計入門與實例詳解
- SCRATCH與機器人
- 計算機應(yīng)用復(fù)習(xí)與練習(xí)
- 程序設(shè)計語言與編譯
- Zabbix Network Monitoring(Second Edition)
- 精通特征工程
- 具比例時滯遞歸神經(jīng)網(wǎng)絡(luò)的穩(wěn)定性及其仿真與應(yīng)用
- PostgreSQL 10 Administration Cookbook
- 深度學(xué)習(xí)與目標(biāo)檢測
- 格蠹匯編
- 自動化生產(chǎn)線安裝與調(diào)試(三菱FX系列)(第二版)
- Ansible 2 Cloud Automation Cookbook
- 電腦上網(wǎng)入門
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- 基于Quartus Ⅱ的數(shù)字系統(tǒng)Verilog HDL設(shè)計實例詳解