--- title: "Stat. 654 Homework 01" author: "Your name" date: "" format: html: self-contained: true --- ## MNIST ### One hidden layer neural network Load the packages ```{r} library(tensorflow) library(keras) ```