Skip to content

Latest commit

 

History

History
executable file
·
76 lines (63 loc) · 6.82 KB

index.md

File metadata and controls

executable file
·
76 lines (63 loc) · 6.82 KB
layout keywords title description buttons micro_nav add_gif add_webp show_lecture_time
default
CS236G Generative Adversarial Networks (GANs)
GANs have rapidly emerged as the state-of-the-art technique in realistic image generation. Its applications span realistic image editing that is omnipresent in popular app filters, enabling tumor classification under low data schemes in medicine, and visualizing realistic scenarios of climate change destruction. You'll also get to examine key challenges of GANs today, including reliable evaluation, inherent biases, and training stability. After this course, students should be familiar with GANs and the broader generative models and machine learning contexts in which these models are situated.
syllabus
piazza
video
true
gans_demo_2.gif
gans_demo_2.webp
true

Course Information

  • This quarter ({{ site.course.quarter }}), CS236G meets for in-class lecture {{ site.course.time}}, {{ site.course.venue }}.
  • All class communication happens on the [CS236G Piazza forum]({{ site.course.piazza }}). For private matters, please make a private note visible only to the course instructors. For longer discussions with TAs and to get help in person, we strongly encourage you to come to office hours. If you need to contact us via email, please email individual TAs.
  • The course content and deadlines for all assignments are listed in our syllabus.
  • For general inquiries, please contact <{{ site.course.qa }}>.

{% include staff.html %}

Course Goals

  • Learn and build generative adversarial networks (GANs), from their simplest form to state-of-the-art models.
  • Implement, debug, and train GANs as part of a novel and substantial course project.
  • Gaining familiarity with the latest cutting-edge literature on GANs.
  • Reward risk-taking and creative exploration.

Course Components

  • In class lectures - twice a week on {{ site.course.time}} (hosted on {{ site.course.venue }}).
  • Video lectures, programming assignments, and quizzes on Coursera
  • The final project

Lecture Schedule

Date Week Title Resources Instructor
01/12/2021 1 Introduction Slides
Video
Sharon Zhou
01/19/2021 2 Disentanglement Slides
Video
Sharon Zhou
01/21/2021 2 Artbreeder artbreeder.com
Video
Joel Simon
01/28/2021 3 Medicine + GANs Video Sharon's Research Group
01/30/2021 3 Project Inspo Sharon Zhou
02/05/2021 4 Finding Project Partners Sharon Zhou
02/07/2021 4 How to Read a Paper Slides
Video
Sharon Zhou
02/09/2021 5 Reading Group Paper
Video
Sharon Zhou
02/11/2021 5 PyTorch for GANs Part 1 Notebook
Video
Hikaru Hotta
Vincent Liu
02/18/2021 6 PyTorch for GANs Part 2 Notebook
GAN Starter Notebook
AWS Instructions
Video
Hikaru Hotta
Vincent Liu
02/23/2021 7 Speech + GANs Slides
Video
Vincent Liu
02/25/2021 7 Differential Privacy Slides
Video
Tim Gianitsos
03/02/2021 8 Pix2PixHD Notebook
Video
Hikaru Hotta
Silvia Gong
William Zhuk
03/04/2021 8 Interim Project Showcase Video Sharon Zhou
03/09/2021 9 Video + GANs Sharon Zhou
03/11/2021 9 Text + GANs Sharon Zhou
03/16/2021 10 Project Showcase Sharon Zhou
03/18/2021 10 Project Showcase Sharon Zhou

Prerequisites

Students are expected to have the following background:

  • Familiarity with basic programming (CS106B or CS101)
  • Familiarity with basics of deep learning (CS230 or CS221)
  • Familiarity with the probability theory (CS 109 or STATS 116)
  • Familiarity with linear algebra (MATH 51)

Grading

  • 60%: Class project - creativity and equal participation within a group will be rewarded
  • 35%: Programming assignments
  • 5%: Midterm
  • 0%: Attendance
  • Extra credit: Your (or your GAN-generated) Memes. Requirements: Relevant and Appropriate with capital R and A there.

Auditing

All students who are looking to audit the course should complete and submit the following form. You should receive an invitation to the course's Canvas and the Coursera course in your Stanford email within 24-48 hours of submitting this form. Make a private piazza post (preferred) or email <{{ site.course.qa }}> if you did receive get the invitations.

This site was forked from CS230: Deep Learning (https://CS230.stanford.edu).