Python-based Deep Learning Library
(Redirected from Python package for deep learning)
Jump to navigation
Jump to search
A Python-based Deep Learning Library is a deep learning library that is a Python-based library.
- Example(s):
- See: CUDA.
References
2014
- http://markus.com/install-theano-on-aws/
- QUOTE: Theano is an amazing Python package for deep learning that can utilize NVIDIA's CUDA toolkit to run on the gpu. The gpu is orders of magnitude faster than the cpu for math operations (such as matrix multiplication), which is essential for many machine learning algorithms.