Skip to content

Commit 479a803

Browse files
committed
Converts "Deep Learning on MNIST" tutorial to md.
1 parent a5ec22f commit 479a803

File tree

4 files changed

+535
-1050
lines changed

4 files changed

+535
-1050
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ or navigate to any of the documents listed below and download it individually.
1717
0. [Learn to write a NumPy tutorial](content/tutorial-style-guide.md): our style guide for writing tutorials.
1818
1. [Tutorial: Linear algebra on n-dimensional arrays](content/tutorial-svd.md)
1919
2. [Tutorial: CS231n Python Tutorial](content/cs231_tutorial.md)
20-
3. [Tutorial: Determining Moore's Law with real data in NumPy](content/mooreslaw-tutorial.ipynb)
21-
4. [Tutorial: Saving and sharing your NumPy arrays](content/save-load-arrays.ipynb)
20+
3. [Tutorial: Determining Moore's Law with real data in NumPy](content/mooreslaw-tutorial.md)
21+
4. [Tutorial: Saving and sharing your NumPy arrays](content/save-load-arrays.md)
22+
5. [Tutorial: NumPy deep learning on MNIST from scratch](content/tutorial-deep-learning-on-mnist.md)
2223

2324
## Contributing
2425

0 commit comments

Comments
 (0)