Archives for autoencoders

08 Jul

Hands-On Guide to Implement Deep Autoencoder in PyTorch for Image Reconstruction

image-13868
image-13868

In this article, we will demonstrate the implementation of a Deep Autoencoder in PyTorch for reconstructing images. This deep learning model will be trained on the MNIST handwritten digits and it will reconstruct the digit images after learning the representation of the input images. 

The post Hands-On Guide to Implement Deep Autoencoder in PyTorch for Image Reconstruction appeared first on Analytics India Magazine.

17 Mar

The Recreation Of Fingerprints Images With Convolutional Autoencoders

image-10873
image-10873

With security being regarded as the most important factor in any organisation and is also a matter of grave concern, biometric authentication systems are the most reliable when it comes to verifying a person’s identity. In the article, we will cover in brief how Aditya Sharma reconstructed fingerprints using convolutional autoencoders. Biometrics are usually classified…

The post The Recreation Of Fingerprints Images With Convolutional Autoencoders appeared first on Analytics India Magazine.

23 Jun

How Feature Extraction Can Be Improved With Denoising

image-5276
image-5276

The life cycle of a machine learning models involves a training phase, where a typical data scientist develops a model with good prediction based on historical data and features extracted from the data at hand. This model is then put into production with the hope that it would continue to have similar predictive performance during…

The post How Feature Extraction Can Be Improved With Denoising appeared first on Analytics India Magazine.