Pytorch Neural Style Transfer Tutorial
In this tutorial we go through the essentials of neural style transfer and code it from scratch in Pytorch.
Paper:
https://arxiv.org/abs/1508.06576
Resources (Lectures by Andrew Ng):
https://youtu.be/R39tWYYKNcI (Part 1)
https://youtu.be/ChoV5h7tw5A (Part 2)
https://youtu.be/xY-DMAJpIP4 (Part 3)
https://youtu.be/b1I5X3UfEYI (Part 4)
Also looked at:
https://github.com/yunjey/pytorch-tutorial
People often ask what courses are great for getting into ML/DL and the two I started with is ML and DL specialization both by Andrew Ng. Below you'll find both affiliate and non-affiliate links if you want to check it out. The pricing for you is the same but a small commission goes back to the channel if you buy it through the affiliate link.
ML Course (affiliate): https://bit.ly/3qq20Sx
DL Specialization (affiliate): https://bit.ly/30npNrw
ML Course (no affiliate): https://bit.ly/3t8JqA9
DL Specialization (no affiliate): https://bit.ly/3t8JqA9
GitHub Repository:
https://github.com/aladdinpers....son/Machine-Learning
✅ Equipment I use and recommend:
https://www.amazon.com/shop/aladdinpersson
❤️ Become a Channel Member:
https://www.youtube.com/channe....l/UCkzW5JSFwvKRjXABI
✅ One-Time Donations:
Paypal: https://bit.ly/3buoRYH
Ethereum: 0xc84008f43d2E0bC01d925CC35915CdE92c2e99dc
▶️ You Can Connect with me on:
Twitter - https://twitter.com/aladdinpersson
LinkedIn - https://www.linkedin.com/in/al....addin-persson-a95384
GitHub - https://github.com/aladdinpersson
PyTorch Playlist:
https://www.youtube.com/playli....st?list=PLhhyoLH6Ijf
OUTLINE:
0:00 - Introduction
0:49 - Explanation of NST (Neural Style Transfer)
5:21 - Coding NST from scratch
23:00 - Training and Results
23:34 - The reason you're here