摘要: Torch7 教程 Supervised Learning CNN 分类: 机器学习 2014-08-08 15:59 1426人阅读 评论(0) 收藏 举报 cnnbpdeep learning 阅读全文
posted @ 2015-03-12 20:38 张旭龙 阅读(768) 评论(0) 推荐(0)
摘要: Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features: •tight integration with NumPy – Use numpy.ndarray in Theano-compiled functions. •transparent use of a GPU – Perform data-intensive calculations up to 140x faster than with CPU.(float32 only) •efficient symbolic differentiation – Theano does your derivatives for function with one or many inputs. •speed and stability optimization 阅读全文
posted @ 2015-03-12 20:36 张旭龙 阅读(475) 评论(0) 推荐(0)