From 25674c77f58b0b1dd96a4199b8e30178b64198cc Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 7 Sep 2021 09:38:17 -0500 Subject: [PATCH] Add latest code --- mnist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mnist.py b/mnist.py index 8ab8614..b11dcba 100644 --- a/mnist.py +++ b/mnist.py @@ -128,3 +128,4 @@ plt.xlabel("No. of Iteration") plt.ylabel("Accuracy") plt.title("Iterations vs Accuracy") plt.savefig("accuracy.png") +