<aside> 💡 Who is this curriculum for: The advanced track is prepared for club members who have finished intro track and wish to have more hands-on experience in technical perspective on relevant AI Safety technologies. This semester's curriculum will delve into NLP and LLM, gradually introducing basic deep learning skills, transformer, and relevant safety topics.

</aside>

📆 Schedule

Week 1️⃣: Introduction to Deep Learning

In this class, we will build a neural network using PyTorch to classify images.

<aside> 📚 Pre-class readings


Week 2️⃣: Backpropagation and Gradient-Based Adversarial Attacks

In this class, we will build adversarial attacks against an image classifier.

<aside> 📚 Pre-class readings


Week 3️⃣: Introduction to Language Modeling

In this class, we will download and run GPT-2.

<aside> 📚 Pre-class readings

Extra readings


Week 4️⃣: Fine-tuning Language Models

In this class, we’ll finetune GPT-2 for IMDB movie reviews.

<aside> 📚 Pre-class readings


Week 5️⃣: Self-Attention