https://github.com/niazangels/vae-pokedex
The companion code for How to Autoencode your Pokemon
https://github.com/niazangels/vae-pokedex
autoencoder deep-learning tensorflow tensorflow-tutorials
Last synced: 30 days ago
JSON representation
The companion code for How to Autoencode your Pokemon
- Host: GitHub
- URL: https://github.com/niazangels/vae-pokedex
- Owner: niazangels
- Created: 2017-04-17T13:47:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T17:15:06.000Z (over 8 years ago)
- Last Synced: 2025-07-05T04:46:36.156Z (4 months ago)
- Topics: autoencoder, deep-learning, tensorflow, tensorflow-tutorials
- Language: Jupyter Notebook
- Homepage: https://hackernoon.com/how-to-autoencode-your-pokémon-6b0f5c7b7d97
- Size: 35.2 MB
- Stars: 80
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to autoencode your Pokemon
I wrote a really simple explainer about what autoencoders are and what they can be used for on my Medium post, [How to autoencode your Pokemon](https://hackernoon.com/how-to-autoencode-your-pokémon-6b0f5c7b7d97). This is the accompanying code.

This code was built on Parag Mital's excellent course [_Creative applications of Deep Learning with Tensorflow_](https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow-iv/)
The dataset is from the [Pokecommunity](https://www.pokecommunity.com/showthread.php?t=267728). I've cropped and converted the image to JPEG for our tutorial.
Have fun!