- Deep Learning Essentials
- Wei Di Anurag Bhardwaj Jianing Wei
- 122字
- 2021-06-30 19:17:49
Theano
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Some of the key features of Theano is its very tight integration with NumPy, making it almost native to a large number of Python developers. It also provides a very intuitive interface to using GPU or CPU. It has an efficient symbolic differentiation, allowing it to provide derivatives for functions with one or many inputs. It is also numerically stable and has a dynamic code generation capability leading to faster expression evaluations. Theano is a good framework choice if you have advanced machine learning expertise and are looking for a low-level API for a fine-grained control of your deep learning application.
- Python Artificial Intelligence Projects for Beginners
- WOW!Illustrator CS6完全自學寶典
- Mastering D3.js
- Visual Basic從初學到精通
- Prometheus監控實戰
- The Python Workshop
- Containers in OpenStack
- 從零開始學PHP
- Visual C++項目開發案例精粹
- MATLAB-Simulink系統仿真超級學習手冊
- Hands-On Dashboard Development with QlikView
- Creating ELearning Games with Unity
- EJB JPA數據庫持久層開發實踐詳解
- 超好玩的Python少兒編程
- Flink內核原理與實現