Python-based Deep Learning Library: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - ". " to ". ") |
||
Line 11: | Line 11: | ||
=== 2014 === | === 2014 === | ||
* http://markus.com/install-theano-on-aws/ | * http://markus.com/install-theano-on-aws/ | ||
** QUOTE: [[Theano]] is an amazing [[Python-based Deep Learning Library|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 operation]]s (such as [[matrix multiplication]]), which is essential for many [[machine learning algorithm]]s. | ** QUOTE: [[Theano]] is an amazing [[Python-based Deep Learning Library|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 operation]]s (such as [[matrix multiplication]]), which is essential for many [[machine learning algorithm]]s. | ||
---- | ---- |
Latest revision as of 13:26, 2 August 2022
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.