Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ or navigate to any of the documents listed below and download it individually.
2. [Tutorial: CS231n Python Tutorial](content/cs231_tutorial.md)
3. [Tutorial: Determining Moore's Law with real data in NumPy](content/mooreslaw-tutorial.ipynb)
4. [Tutorial: Saving and sharing your NumPy arrays](content/save-load-arrays.ipynb)
5. [Tutorial: X-ray image processing](content/tutorial-x-ray-image-processing.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@melissawm Just noticed that the MNIST tutorial is also 5th in the list fyi

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was waiting for that one to be merged to fix this, thanks for catching that :)


## Contributing

Expand Down
Loading