Results For: autoencoders

Autoencoders in Deep Learning

Autoencoders in Deep Learning

Updated: March 25, 2020. If you are into deep learning, then till now you may have seen many cases of supervised deep learning using neural networks. In this article, we will take a dive into an unsupervised deep learning technique using neural networks. Specifically, we will learn about autoencoders in deep learning. What Will We Cover in this Article? – What […] ...

Generating Fictional Celebrity Faces using Convolutional Variational Autoencoder and PyTorch

Generating Fictional Celebrity Faces using Convolutional Variational Autoencoder and PyTorch

This article explains how to use a deep learning neural network model to generate fictional celebrity faces. In particular, we use a convolutional variational autoencoder model to generate and train it on a real life celebrity images dataset. Then we try to generate fictional celebrity faces using this deep learning model. ...