1. 首页
  2. 数据库
  3. 其它
  4. prettytensor:漂亮的Tensor:TensorFlow中的Fluent网络 源码

prettytensor:漂亮的Tensor:TensorFlow中的Fluent网络 源码

上传者: 2021-03-31 03:02:57上传 ZIP文件 364.08KB 热度 9次
漂亮的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
下载地址
用户评论