欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Theano
来自开放百科 - 灰狐
(版本间的差异)
(以“Theano 是一个深度学习Python算法库。 ==指南== ==图集== ==链接== *[http://www.deeplearning.net/software/theano/ Theano官网 ...”为内容创建页面) |
小 (→链接) |
||
(未显示1个用户的6个中间版本) | |||
第2行: | 第2行: | ||
==指南== | ==指南== | ||
+ | git clone git://github.com/Theano/Theano.git | ||
+ | python setup.py install | ||
+ | >>> from theano import * | ||
+ | >>> theano.test() | ||
+ | >>> import theano.tensor as T | ||
+ | git clone https://github.com/lisa-lab/DeepLearningTutorials.git | ||
+ | cd DeepLearningTutorials | ||
+ | 开始你的第一个[[convolutional neural network|卷积神经网络]]的实验 | ||
+ | python code/convolutional_mlp.py // 输出以下信息: | ||
+ | ... loading data | ||
+ | ... building the model | ||
+ | ... training | ||
+ | |||
+ | ==项目== | ||
+ | *[[Keras]] | ||
==图集== | ==图集== | ||
==链接== | ==链接== | ||
− | *[http://www.deeplearning.net/software/theano/ Theano官网 | + | *[http://www.deeplearning.net/software/theano/ Theano官网] |
*[https://github.com/Theano/Theano Theano @ GitHub] | *[https://github.com/Theano/Theano Theano @ GitHub] | ||
− | *[http://docs.huihoo.com/theano/ | + | *[http://docs.huihoo.com/theano/ Theano文档] |
+ | *[http://docs.huihoo.com/deep-learning/deep-learning-tutorials/ Deep Learning Tutorials] | ||
+ | *[http://www.marekrei.com/blog/theano-tutorial/ Theano Tutorial], [https://github.com/marekrei/theano-tutorial code @ github] | ||
+ | *[http://deeplearning4j.org/compare-dl4j-torch7-pylearn.html DL4J vs. Torch vs. Theano vs. Caffe vs. TensorFlow] | ||
[[category:deep learning]] | [[category:deep learning]] | ||
[[category:python]] | [[category:python]] |
2017年9月11日 (一) 09:08的最后版本
目录[隐藏] |
[编辑] 指南
git clone git://github.com/Theano/Theano.git python setup.py install >>> from theano import * >>> theano.test() >>> import theano.tensor as T git clone https://github.com/lisa-lab/DeepLearningTutorials.git cd DeepLearningTutorials
开始你的第一个卷积神经网络的实验
python code/convolutional_mlp.py // 输出以下信息: ... loading data ... building the model ... training
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点