- Python Deep Learning Cookbook
- Indra den Bakker
- 94字
- 2021-07-02 15:43:13
Building efficient models with MXNet
The MXNet deep learning framework allows you to build efficient deep learning models in Python. Next to Python, it also let you build models in popular languages as R, Scala, and Julia. Apache MXNet is supported by Amazon and Baidu, amongst others. MXNet has proven to be fast in benchmarks and it supports GPU and multi-GPU usages. By using lazy evaluation, MXNet is able to automatically execute operations in parallel. Furthermore, the MXNet frameworks uses a symbolic interface, called Symbol. This simplifies building neural network architectures.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Java語言程序設計
- Modular Programming with Python
- Clojure for Domain:specific Languages
- Programming ArcGIS 10.1 with Python Cookbook
- 軟件測試工程師面試秘籍
- Internet of Things with Intel Galileo
- Hands-On Automation Testing with Java for Beginners
- Learning Unity 2D Game Development by Example
- 計算機應用基礎實踐教程
- OpenGL Data Visualization Cookbook
- 動手學數據結構與算法
- JQuery風暴:完美用戶體驗
- Practical Predictive Analytics
- Docker:容器與容器云(第2版)