- 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.
- Mastering Mesos
- 工業(yè)機器人產(chǎn)品應用實戰(zhàn)
- Excel 2007函數(shù)與公式自學寶典
- Natural Language Processing Fundamentals
- 條碼技術及應用
- 80x86/Pentium微型計算機原理及應用
- 數(shù)據(jù)掘金
- 悟透AutoCAD 2009完全自學手冊
- Machine Learning with the Elastic Stack
- 網(wǎng)中之我:何明升網(wǎng)絡社會論稿
- 突破,Objective-C開發(fā)速學手冊
- Excel 2007常見技法與行業(yè)應用實例精講
- 在實戰(zhàn)中成長:C++開發(fā)之路
- 會聲會影X4中文版從入門到精通
- 傳感器與自動檢測