- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 87字
- 2021-07-02 12:46:24
Installing Keras
Tensorflow and Keras are implemented in Ubuntu, using the following commands:
$pip install --no-cache-dir tensorflow-gpu==1.7
Note that it is preferable to install a GPU-compatible version, as neural networks work considerably faster when they are run on top of a GPU. Keras is a high-level neural network API, written in Python, and capable of running on top of TensorFlow, CNTK, or Theano.
It was developed with a focus on enabling fast experimentation, and it can be installed as follows:
$pip install keras
推薦閱讀
- R語言數據可視化之美:專業圖表繪制指南
- Learning AWS Lumberyard Game Development
- MATLAB實用教程
- Visual Basic程序設計習題解答與上機指導
- C語言程序設計
- C語言程序設計同步訓練與上機指導(第三版)
- Access 2010數據庫應用技術(第2版)
- Java Fundamentals
- Julia 1.0 Programming Complete Reference Guide
- Secret Recipes of the Python Ninja
- 數據分析與挖掘算法:Python實戰
- Visual C++從入門到精通(第2版)
- Drupal 8 Development Cookbook(Second Edition)
- Java Web應用開發
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)