Tensorlayer学习笔记——多层神经网络

1、简单粗暴,先看代码 import tensorflow as tf import tensorlayer as tl sess = tf.InteractiveSession() # 导入数据 X_train, y_train, X_val, y_val, X_test, y_test = tl.files.load_mnist_dataset(shape=(-1,784)) # 定义pl
相关文章
相关标签/搜索