Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zackakil/webpage-autoencoder

Showing how you can embed and functioning auto-encoder inside a webpage using tensorflow.js.
https://github.com/zackakil/webpage-autoencoder

autoencoder deep-learning generative-models keras machine-learning tensorflow-js

Last synced: 1 day ago
JSON representation

Showing how you can embed and functioning auto-encoder inside a webpage using tensorflow.js.

Awesome Lists containing this project

README

        

# Webpage Autoencoder
![demo](demo.gif)

Showing how you can embed and functioning auto-encoder inside a webpage using tensorflow.js.

This was inspired by the learning I did through reading David Foster's book [Generative Deep Learning](https://www.oreilly.com/library/view/generative-deep-learning/9781492041931/) which explained how to build an auto-encoder in keras.

# [Play with the demo](https://zackakil.github.io/webpage-autoencoder)