欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Theano
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→指南) |
||
第7行: | 第7行: | ||
>>> theano.test() | >>> theano.test() | ||
>>> import theano.tensor as T | >>> 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 | ||
==项目== | ==项目== |
2016年4月2日 (六) 12:56的版本
目录[隐藏] |
指南
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
项目
图集
链接
分享您的观点