- 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.
推薦閱讀
- 案例式C語言程序設計
- Learning Cython Programming(Second Edition)
- LabVIEW 2018 虛擬儀器程序設計
- GeoServer Cookbook
- Python從入門到精通(精粹版)
- Visual C++串口通信技術詳解(第2版)
- Java編程技術與項目實戰(第2版)
- 青少年信息學競賽
- Julia高性能科學計算(第2版)
- 微信小程序全棧開發技術與實戰(微課版)
- Learning Unreal Engine Android Game Development
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Get Your Hands Dirty on Clean Architecture
- Processing開發實戰