Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!