Skip to content

bagheri365/Denoising-Autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe4c794 · Sep 16, 2019

History

12 Commits
Sep 13, 2019
Sep 13, 2019
Sep 13, 2019
Sep 16, 2019

Repository files navigation

Image Denoising Using A Deep Convolutional Autoencoder

In this repo, I share my practice in implementing a deep convolutional denoising autoencoder for MNIST images.

Table of contents

  • Data Preparation
    • Load Data
    • Scale and Reshape the Data
    • Add Noise to the Data
  • Denoising Autoencoder
    • Build Encoder Model
    • Build Decoder Model
    • Train the Autoencoder
  • Results
  • Reference

Demo