https://github.com/vimtor/ultimate-mnist
A simple but funny MNIST example using keras neural network.
https://github.com/vimtor/ultimate-mnist
Last synced: 6 months ago
JSON representation
A simple but funny MNIST example using keras neural network.
- Host: GitHub
- URL: https://github.com/vimtor/ultimate-mnist
- Owner: vimtor
- License: gpl-3.0
- Created: 2018-09-10T12:25:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T12:27:18.000Z (over 7 years ago)
- Last Synced: 2025-07-15T14:05:12.163Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate MNIST Example
I know, I know... MNIST dataset has been used in all kind of examples about machine learning. However, when I was starting out, I didn't find any example that was simple enough to understand and complex enough to don't be too simplistic.
Although MNIST is old-fashioned, I think is a good place to start because it introduces the core fundamentals of machine learning and at the same time, it combines other necessary skills such as data manipulation and visualization. So I decided to build this simple model together with an explanation for new practitioners who can't find any good examples.
I throw in some jokes to make it lighter. All of them are pretty average, so expect a normal distribution of your laughs.