Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T17:15:06.000Z (over 7 years ago)
- Last Synced: 2024-10-29T23:33:59.711Z (17 days 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: 78
- Watchers: 6
- 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.
![Autoencoder diagram](data/title-image.png)
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!