-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathtutorials.html
More file actions
22 lines (21 loc) · 1.2 KB
/
tutorials.html
File metadata and controls
22 lines (21 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: page
title: Tutorials
permalink: /tutorials/
---
Take a look at some of my tutorials for Optimization and Generative Models.
<br>
<br>
<a href="https://github.com/zhexjtu/GAN_analysis/blob/master/GAN_analysis.pdf" target="_self">The analysis of GANs from mathematical perspective</a><br>
<br>
<a href="https://github.com/zhexjtu/GAN_analysis/blob/master/GAN_application.pdf" target="_self">The application of GANs in Image to Image Translation and Inverse Problems </a><br>
<br>
<a href="https://github.com/zhexjtu/Optimization/blob/master/ADMM%2C%20fast%20ADMM%20and%20application.pdf" target="_self">The analysis of ADMM and Fast ADMM</a><br>
<br>
<a href="https://github.com/zhexjtu/Optimization/blob/master/dual%20theorey.pdf" target="_self">The analysis of Primal-Dual theorey</a><br>
<br>
<a href="https://github.com/zhexjtu/Optimization/blob/master/Lagrange%20Method.pdf" target="_self">A thorough introduction for Lagrange Method</a><br>
<br>
<a href="https://zhuanlan.zhihu.com/p/35443095" target="_self">Some work about the combination of GAN and VAE (Part 1)</a><br>
<br>
<a href="https://zhuanlan.zhihu.com/p/41363527" target="_self">Some work about the combination of GAN and VAE (Part 2)</a><br>