/* ---- Google Analytics Code Below */

Saturday, June 18, 2016

Python Deep Learning Library

A Python deep learning library from Machine Learnining Mastery.    Technical, for the coder:

" ... Theano is an open source project released under the BSD license and was developed by the LISA (now MILA) group at the University of Montreal, Quebec, Canada (home of Yoshua Bengio). It is named after a Greek mathematician.

At it’s heart Theano is a compiler for mathematical expressions in Python. It knows how to take your structures and turn them into very efficient code that uses NumPy, efficient native libraries like BLAS and native code (C++) to run as fast as possible on CPUs or GPUs. .... " 

No comments: