Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techshot25/fashion-mnist-dnn
Testing the construction of deep neural nets (DNNs) on fashion MNIST dataset.
https://github.com/techshot25/fashion-mnist-dnn
classification deep-neural-networks machine-learning-algorithms neural-network tensorflow tensorflow-experiments
Last synced: 19 days ago
JSON representation
Testing the construction of deep neural nets (DNNs) on fashion MNIST dataset.
- Host: GitHub
- URL: https://github.com/techshot25/fashion-mnist-dnn
- Owner: techshot25
- License: mit
- Created: 2019-04-22T16:56:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T17:28:44.000Z (over 5 years ago)
- Last Synced: 2024-11-03T06:42:25.189Z (2 months ago)
- Topics: classification, deep-neural-networks, machine-learning-algorithms, neural-network, tensorflow, tensorflow-experiments
- Language: Jupyter Notebook
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fashion-mnist-dnn
Testing the construction of deep neural nets (DNNs) on fashion MNIST dataset.Data explanation and code is available in [DNNs.ipynb](../master/DNNs.ipynb), if GitHub cannot render it, click [here](https://nbviewer.jupyter.org/github/techshot25/fashion-mnist-dnn/blob/master/DNNs.ipynb).