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
相關文章
相關標籤/搜索