- Keras 2.x Projects
- Giuseppe Ciaburro
- 258字
- 2021-07-02 14:36:11
Theano
Theano is an open source library of numerical computation for the Python programming language developed by a group of machine learning experts at the University of Montreal. In Theano, calculations are expressed using a syntax that is similar to NumPy's, and is compiled to perform efficiently on both CPU and GPU architectures.
You can find the updated version of the library and all the documentation supplied at the following link: http://deeplearning.net/software/theano.
It is named after a Greek mathematician, Theano of Crotone. Theano is a compiler for mathematical expressions written in Python. It allows defining, optimizing, and evaluating mathematical expressions, in particular those with multidimensional arrays. Using Theano, it is possible to achieve comparable speeds with C or C ++ applications for problems with large amounts of data. Theano combines aspects of a computer algebra system with aspects of an optimizing compiler. These characteristics are useful when complex mathematical expressions are evaluated repeatedly, and the evaluation speed is crucial. In the following screenshot, we can see the official home page of Theano:

It combines the convenience of the NumPy syntax with the speed of an optimized machine language. The user composes mathematical expressions in a high-level description that mimics the syntax and semantics of NumPy, even though it is statically typed. These expressions allow Theano to provide symbolic differentiation. Before performing the calculation, Theano optimizes the choice of expressions, translates them into C ++ (or CUDA for GPU), and automatically compiles them into dynamically loaded Python modules. The machine learning algorithms implemented with Theano are particularly fast.
- ServiceNow Cookbook
- 可編程控制器技術應用(西門子S7系列)
- 80x86/Pentium微型計算機原理及應用
- 人工智能趣味入門:光環板程序設計
- Troubleshooting OpenVPN
- Google SketchUp for Game Design:Beginner's Guide
- Statistics for Data Science
- 電腦上網輕松入門
- Flink原理與實踐
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- 數字多媒體技術基礎
- 運動控制系統(第2版)
- Cloudera Hadoop大數據平臺實戰指南
- 單片機C51應用技術
- 暗戰強人:黑客攻防入門全程圖解