- Python Deep Learning Cookbook
- Indra den Bakker
- 87字
- 2021-07-02 15:43:12
Intuitively building networks with Keras
Keras is a deep learning framework that is widely known and adopted by deep learning engineers. It provides a wrapper around the TensorFlow, CNTK, and the Theano frameworks. This wrapper you gives the ability to easily create deep learning models by stacking different types of layers. The power of Keras lies in its simplicity and readability of the code. If you want to use multiple GPUs during training, you need to set the devices in the same way as with TensorFlow.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- .NET之美:.NET關鍵技術深入解析
- 深入理解Bootstrap
- 小程序實戰視頻課:微信小程序開發全案精講
- Practical Data Science Cookbook(Second Edition)
- Scala Design Patterns
- C語言從入門到精通(第4版)
- Visual Basic程序設計實驗指導(第4版)
- 單片機應用與調試項目教程(C語言版)
- Hands-On Automation Testing with Java for Beginners
- Node.js Design Patterns
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Mastering Unity 2D Game Development(Second Edition)
- C#開發案例精粹
- QlikView Unlocked