Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novasush/tensorboard-with-fashion-mnist
Training a convolutional neural network to classify images of the Fashion MNIST dataset and use TensorBoard to explore how it's confusion matrix evolves over time.
https://github.com/novasush/tensorboard-with-fashion-mnist
confusion-matrix confusionmatrix tensor tensorbo tensorflow tensorflow-experiments
Last synced: 17 days ago
JSON representation
Training a convolutional neural network to classify images of the Fashion MNIST dataset and use TensorBoard to explore how it's confusion matrix evolves over time.
- Host: GitHub
- URL: https://github.com/novasush/tensorboard-with-fashion-mnist
- Owner: novasush
- Created: 2020-05-18T17:39:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T17:51:56.000Z (over 4 years ago)
- Last Synced: 2024-10-16T22:43:46.322Z (about 1 month ago)
- Topics: confusion-matrix, confusionmatrix, tensor, tensorbo, tensorflow, tensorflow-experiments
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tensorboard-with-Fashion-MNIST
Training a convolutional neural network to classify images of the Fashion MNIST dataset and use TensorBoard to explore how it's confusion matrix evolves over time.## Dataset used in this code:
[Fashion mnist dataset in numpy format](https://drive.google.com/open?id=157-MqgzD-UeMEn_Ga6U2SVkzZCC46Z-q)![tensorboard output](https://cdn-images-1.medium.com/max/800/1*PFzmSYbKoH6GtXNDLK1iZA.png)