- Python Deep Learning Cookbook
- Indra den Bakker
- 95字
- 2021-07-02 15:43:11
Building state-of-the-art, production-ready models with TensorFlow
One of the most—if not the most—popular frameworks at the moment is TensorFlow. The TensorFlow framework is created, maintained, and used internally by Google. This general open source framework can be used for any numerical computation by using data flow graphs. One of the biggest advantages of using TensorFlow is that you can use the same code and deploy it on your local CPU, cloud GPU, or Android device. TensorFlow can also be used to run your deep learning model across multiple GPUs and CPUs.
推薦閱讀
- Java程序設計與開發
- C語言程序設計習題解析與上機指導(第4版)
- Rust編程:入門、實戰與進階
- Apache Spark 2.x Machine Learning Cookbook
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Magento 2 Development Cookbook
- 大學計算機基礎(第2版)(微課版)
- HTML5+CSS3網頁設計
- Python數據結構與算法(視頻教學版)
- Linux C編程:一站式學習
- HTML5開發精要與實例詳解
- MINECRAFT編程:使用Python語言玩轉我的世界
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Django 2.0 入門與實踐