CS236_DGM

所属分类:内容生成
开发工具:Others
文件大小:105449KB
下载次数:0
上传日期:2019-01-15 05:42:29
上 传 者sh-1993
说明:  斯坦福CS236:深度生成模型
(Stanford CS236 : Deep Generative Models)

文件列表:
cs236_c.jpg (71971, 2019-01-15)
doc (0, 2019-01-15)
doc\CS236PosterGuidelines.pdf (52027, 2019-01-15)
doc\CS236ProjectAssignmentinternal-cs236.pdf (70121, 2019-01-15)
doc\CS236ProjectExamples.pdf (100772, 2019-01-15)
doc\CS236ProjectFinalReportGuide.pdf (62964, 2019-01-15)
doc\CS236ProjectProposalGuidelines.pdf (62741, 2019-01-15)
doc\Deep Learning Book - Ian Goodfellow.pdf (17536303, 2019-01-15)
doc\Glow- Generative Flow with Invertible 1x1 Convolutions.pdf (13250301, 2019-01-15)
doc\Improving Variational Inference with Inverse Autoregressive Flow.pdf (1454651, 2019-01-15)
doc\annrev.pdf (2996632, 2019-01-15)
doc\paper-Auto-Encoding Variational Bayes.pdf (3926653, 2019-01-15)
exam (0, 2019-01-15)
exam\CS236_mid_term_soln.pdf (188715, 2019-01-15)
grant.PNG (142634, 2019-01-15)
hw (0, 2019-01-15)
hw\CS236_Homework_1.pdf (209294, 2019-01-15)
hw\CS236_Homework_3.pdf (213716, 2019-01-15)
hw\CS236_Homework_3_answer.pdf (97841, 2019-01-15)
hw\CS236_hw1_answers.pdf (358827, 2019-01-15)
hw\CS236_hw2_answers.pdf (422012, 2019-01-15)
hw\hw1.zip (11489242, 2019-01-15)
hw\hw2.pdf (280215, 2019-01-15)
hw\hw2.zip (18754, 2019-01-15)
hw\hw3starter.zip (4008, 2019-01-15)
nips_style_files.zip (59613, 2019-01-15)
notes (0, 2019-01-15)
notes\CopyofCS236TApresentations.pdf (6791883, 2019-01-15)
notes\IntroductiontoPyTorch.pdf (266586, 2019-01-15)
notes\cs236_lecture1.pdf (13615604, 2019-01-15)
notes\cs236_lecture10.pdf (4178610, 2019-01-15)
notes\cs236_lecture11.pdf (5390694, 2019-01-15)
notes\cs236_lecture12.pdf (1679373, 2019-01-15)
notes\cs236_lecture13.pdf (1665975, 2019-01-15)
notes\cs236_lecture14.pdf (2445678, 2019-01-15)
notes\cs236_lecture2.pdf (1760426, 2019-01-15)
notes\cs236_lecture3.pdf (3916258, 2019-01-15)
notes\cs236_lecture4.pdf (892465, 2019-01-15)
... ...

![Hits](https://hitcounter.pythonanywhere.com/count/tag.svg?url=https%3A%2F%2Fgithub.com%2FSKKSaikia%2FCS236_DGM) # [CS236 : Deep Generative Models](https://deepgenerativemodels.github.io/) CS236 Fall 2018, The "[IAN](https://twitter.com/goodfellow_ian?lang=en)" class of Stanford. Generative Models or "GANS" in the spotlight, here I begin my CS236 journey. Though I didn't enroll in the class, I used my stanford email to set up my lab ([Google cloud coupons](https://github.com/SKKSaikia/CS236_DGM/blob/master/grant.PNG)). The course is new, "first taught" this quarter, lets keep learning. # Course

Generative models are widely used in many subfields of AI and Machine Learning. Recent advances in parameterizing these models using deep neural networks, combined with progress in stochastic optimization methods, have enabled scalable modeling of complex, high-dimensional data including images, text, and speech. In this course, we will study the probabilistic foundations and learning algorithms for deep generative models, including Variational Autoencoders (VAE), Generative Adversarial Networks (GAN), autoregressive models, and normalizing flow models. The course will also discuss application areas that have benefitted from deep generative models, including computer vision, speech and natural language processing, graph mining, and reinforcement learning.

- Grading : Homeworks (15% x 3 = 45%) + Midterm: 15% + Course Project 40% # [Notes](https://deepgenerativemodels.github.io/notes/index.html) @[github](https://github.com/deepgenerativemodels/notes) Book - [Deep Learning by Ian Goodfellow, Yoshua Bengio, Aaron Courville.](https://www.deeplearningbook.org/) | [[pdf](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/Deep%20Learning%20Book%20-%20Ian%20Goodfellow.pdf)] # Homeworks [ Homework 1 ](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/CS236_Homework_1.pdf) : [Starter Zip](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/hw1.zip) : [Solution](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/CS236_hw1_answers.pdf)
[ Homework 2 ](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/hw2.pdf) : [Starter Zip](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/hw2.zip) : [Solution](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/CS236_hw2_answers.pdf)
[ Homework 3 ](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/CS236_Homework_3.pdf) : [Starter Zip](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/hw3starter.zip) : [Solution](https://github.com/SKKSaikia/CS236_DGM/blob/master/hw/CS236_Homework_3_answer.pdf)
# Course : ## [INTRODUCTION](https://deepgenerativemodels.github.io/notes/introduction/) “… Introduction and Background ([slides 1](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture1.pdf), [slides 2](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture2.pdf))
## [AUTOREGRESSIVE MODELS](https://deepgenerativemodels.github.io/notes/autoregressive/) “… Autoregressive Models ([slides 3](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture3.pdf), [slides 4](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture4.pdf))
## [VARIATIONAL AUTOENCODERS](https://deepgenerativemodels.github.io/notes/vae/) “… Variational Autoencoders ([slides 5](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture5.pdf), [slides 6](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture6.pdf))
## [NORMALIZING FLOW MODELS](https://deepgenerativemodels.github.io/notes/flow/) “… Normalizing Flow Models ([slides 7](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture7.pdf), [slides 8](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture8.pdf))
## [GENERATIVE ADVERSARIAL NETWORKS](https://deepgenerativemodels.github.io/notes/gan/) “… Generative Adversarial Networks ([slides 9](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture9.pdf), [slides 10](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture10.pdf))
- Guest lecture 1: Tengyu Ma, Evaluation of Generative Models on Wednesday ([slides 11](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture11.pdf))
- Combining generative model variants ([slides 12](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture12.pdf)), Energy-based models ([slides 13](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture13.pdf))
- Guest lecture 2: Diederik P. Kingma, Discreteness in Latent Variable Modeling on Wednesday ([slides 14](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/cs236_lecture14.pdf))
- [Applications: Vision, Speech, Language, Graphs, Reinforcement learning](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/CopyofCS236TApresentations.pdf)
- Generative Adversarial Imitation Learning ([GAIL](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/gail.pdf))
- [Introduction to PyTorch](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/IntroductiontoPyTorch.pdf)
- [Graphite : Iterative Generative Modelling of Graphs](https://github.com/SKKSaikia/CS236_DGM/blob/master/notes/lec15graphite.pdf)
## Additional Reading: Surveys and tutorials
- Papers by Guest Lecturer -Diederik- [Auto-Encoding Variational Bayes](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/paper-Auto-Encoding%20Variational%20Bayes.pdf), [Improving Variational Inference with Inverse Autoregressive Flow](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/Improving%20Variational%20Inference%20with%20Inverse%20Autoregressive%20Flow.pdf) and [Glow- Generative Flow with Invertible 1x1 Convolutions](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/Glow-%20Generative%20Flow%20with%20Invertible%201x1%20Convolutions.pdf) - [Tutorial on Generative Adversarial Networks. Computer Vision and Pattern Recognition, June 2018.](https://sites.google.com/view/cvpr2018tutorialongans/) - [Tutorial on Deep Generative Models](https://youtu.be/JrO5fSskISY) Shakir Mohamed and Danilo Rezende. Uncertainty in Artificial Intelligence, July 2017. - [Tutorial on Generative Adversarial Networks](https://youtu.be/AJVyzd0rqdc) Ian Goodfellow. Neural Information Processing Systems, December 2016 - [Learning deep generative models. Ruslan Salakhutdinov. Annual Review of Statistics and Its Application, April 2015](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/annrev.pdf). - [Generative Models from OpenAI](https://blog.openai.com/generative-models/) - [Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.](https://github.com/wiseodd/generative-models) : [wiseodd.github.io](http://wiseodd.github.io) - [Deep.Generative.Models.cs.nyu.edu](https://cs.nyu.edu/courses/spring18/CSCI-GA.3033-022/) Exam : [Fall@2018-Mid](https://github.com/SKKSaikia/CS236_DGM/blob/master/exam/CS236_mid_term_soln.pdf) | Collected from public resources # FINAL PROJECT The Final Project is important and here are the resources - [Project Guidelines](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/CS236PosterGuidelines.pdf), [Project Proposal Guidelines](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/CS236ProjectProposalGuidelines.pdf), [Final Report Guidelines](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/CS236ProjectFinalReportGuide.pdf), [Project Examples](https://github.com/SKKSaikia/CS236_DGM/blob/master/doc/CS236ProjectExamples.pdf) and the [Nips format](https://github.com/SKKSaikia/CS236_DGM/blob/master/nips_style_files.zip) to write the Final Project Paper in LaTeX. I ended up doing " ".

近期下载者

相关文件


收藏者