This repository comprises the noteboook MLP_Tutorial.ipynb, embedding a tutorial template that belongs originally to TensorFlow, alongside additional contents with relevant elaborations. The template ...
X_train, y_train, X_val, y_val, X_test, y_test = tl.files.load_mnist_dataset(shape=(-1, 784)) ...