漂亮的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