Skip to content

Commit

Permalink
Use nbviewer for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
parsiad committed Jan 29, 2024
1 parent 42a5c7e commit 80bb062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 80bb062

Please sign in to comment.