Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 985 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 985 Bytes

Autoencoders

Binder

A Binder-compatible repo with an environment.yml file.

Access this Binder at the following URL:

https://mybinder.org/v2/gh/mrdragonbear/Autoencoders/master

This repository contains the supporting Python code for my medium blog post which can be found here.

In this support code, I go through several examples of using autoencoders to solve real-world problems. The first example involves denoising images from the fashion MNIST dataset. The second example involves denoising images of scanned documents which contain creases and dark regions to help make them cleaner and more readable. The third example looks at using variational autoencoders to learn a data generating distribution in order to create its own images similar to those within the fashion MNIST dataset.