GithubHelp home page GithubHelp logo

natalidesanti / image_denoising Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 439 KB

This is a simple example of an image denoising, using autoencoders and MNIST dataset.

License: GNU Lesser General Public License v3.0

Jupyter Notebook 100.00%

image_denoising's Introduction

A simple example of an image denoising

Image denoising is a simple example of an autoencoder, using MNIST dataset, inspired into Francois Chollet tutorial.

What is an image denoising?

An image denoising is an algorithm that learns what is noise (in some noisy image) and how to remove it, based into the true signal / original (image without noisy). The results are images very close to the true ones.

Image denoising using autoencoders

Autoencoders are based on Neural Networks (NNs) and are known as Convolutional Neural Networks (CNNs or convnets). A convnet is a Deep Learning algorithm which takes an input image, assign importance (learnable weight, biases and retains spatial relationships in the data into each one of theirs layers) to various aspects/parts in the image and is able to differentiate/reconstruct the same.

The autoencoder compreehends an encoder and a decoder. The encoder does the encoding process, i.e., transforms the image into a compressed representation at the same time that starts the noisy reduction. Then, the compressed representation goes to decoder that performs the decoder process, restoring the image to its true and recognizable shape. At the end of the process, we remove almost all noise in the image.

Contributing

Pull requests are welcome!

License

GNU

image_denoising's People

Contributors

natalidesanti avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.