From 80bb0620e902a218b33ee1af360f42f157cbf753 Mon Sep 17 00:00:00 2001 From: Parsiad Azimzadeh Date: Mon, 29 Jan 2024 16:14:37 -0500 Subject: [PATCH] Use nbviewer for examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ade5ca..1a6bdbe 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ sys.path.insert(0, os.path.expanduser("~/micrograd-pp/python")) ## Examples -* [Train a simple feedforward neural network on MNIST to classify handwritten digits](https://github.com/parsiad/micrograd-pp/blob/main/examples/mnist.ipynb) +* [Train a simple feedforward neural network on MNIST to classify handwritten digits](https://nbviewer.org/github/parsiad/micrograd-pp/blob/main/examples/mnist.ipynb)