Python Environment and Basics
System Preparation Install NVIDIA 2080Ti (driver + cuda) # if need remove old driver sudo apt-get purge nvidia* sudo apt autoremove #add ppa sudo add-apt-repository ppa:graphics-drivers sudo apt-get update #install…
System Preparation Install NVIDIA 2080Ti (driver + cuda) # if need remove old driver sudo apt-get purge nvidia* sudo apt autoremove #add ppa sudo add-apt-repository ppa:graphics-drivers sudo apt-get update #install…
Background Recently, I have worked on a demo program that works on the Windows OS. However, most of my recent works are based on the python language. I really like…
Manipulate Gradient The section includes some technologies related to gradient descent optimization method. Gradient Clipping A good explanation: What is Gradient Clipping? Related paper: Why Gradient Clipping Accelerates Training: A…
Outline In this presentation, we present the DNN and CNN structure We briefly shows some famous CNN works (structure, improvements, performance) Difficulty of training DNN and shows a good solution…
Content In the document, we present: Each neural network (NN) consists of many neurons, and each neuron has two elements: linear function and activation function. We have shown the reason…
Outline Introduction Style transfer Content-perceptual loss Style-perceptual loss Example Proposed Method (simple but inspirational) Arbitrary style transfer Meta networks for arbitrary style transfer Experiments Conclusion Slides