prettytensor:漂亮的Tensor:TensorFlow中的Fluent网络 源码
漂亮的Tensor-TensorFlow中的流畅神经网络 Pretty Tensor为TensorFlow提供了一个高级构建器API。 它在Tensor上提供了薄包装器,因此您可以轻松地构建多层神经网络。 Pretty Tensor提供了一组行为类似于Tensor的对象,但还支持可链接的对象语法,以在TensorFlow中快速定义神经网络和其他分层体系结构。 result = (pretty_tensor.wrap(input_data, m) .flatten() .fully_connected(200, activation_fn=tf.nn.relu) .fully_connected(10, activation_fn=None) .softmax(labels, name=softmax_nam
文件列表
prettytensor-master.zip
(预估有个51文件)
prettytensor-master
docs
PrettyTensor.md
62KB
Loss.md
59KB
Bookkeeper.md
4KB
pretty_tensor_top_level.md
16KB
PrettyTensorTupleMixin.md
1KB
CHANGELIST.md
3KB
inception_module.png
28KB
prettytensor
暂无评论