Computer Vision Style Transfer Part 2: Face Swap! Learn how to use neural style transfer to swap faces in images.
Generative Models Recurrent Language Models with RNNs In this article, we will first try to understand the basics of language models, what Recurrent Neural Networks are and how can we use them to solve the problem of language modeling.
Computer Vision Adversarial Autoencoders (with Pytorch) Learn how to build and run an adversarial autoencoder using PyTorch. Solve the problem of unsupervised learning in machine learning.