We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d031c commit 684e314Copy full SHA for 684e314
09. theano/09.02 theano basics.ipynb
@@ -484,7 +484,7 @@
484
"cell_type": "markdown",
485
"metadata": {},
486
"source": [
487
- "`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享。"
+ "`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享,共享变量类似于普通函数定义时候使用的全局变量,同时加上了 `global` 的属性以便在函数中修改这个全局变量的值。"
488
]
489
},
490
{
@@ -782,7 +782,7 @@
782
"name": "python",
783
"nbconvert_exporter": "python",
784
"pygments_lexer": "ipython2",
785
- "version": "2.7.10"
+ "version": "2.7.9"
786
}
787
788
"nbformat": 4,
0 commit comments