Neural Transfer Using PyTorch
=============================
**Author**: `Alexis Jacq `_
**Edited by**: `Winston Herring`_
Introduction
------------
This tutorial explains how to implement the `Neural-Style algorithm <https://arxiv.org/abs/1508.06576>`__
developed by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge.
Neural-Style, or Neural-Transfer, allows you to take an image and
reproduce it with a new artistic style. The algorithm takes three images,
an input image, a content-image, and a style-image, and changes the input
to resemble the content of the content-image and the artistic style of the style-image.
Tasks: Image-to-Image
Task Categories: Deep Learning Fundamentals, Computer Vision
Published: 10/08/23