本节练习代码: https://github.com/MorvanZhou/tutoria... theano 中的 shared 基本上是用于定义神经网络的 weights 和 biases 的工具. 其中还有 get_value() 和 set_value()的功能.使用这些功能我们可以查看, 导入,导出我们的这些 model 的参数.