diff --git a/README.md b/README.md new file mode 100644 index 0000000..19c2958 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# MNIST-CNN +Digit recognition neural network using the MNIST dataset. An improvement of my prior model, but with support for pooling and convolution!