Stevens Institute of Technology Machine Learning in Finance
AI for Business Research (Spring 2025) - CUHK - Philip Zhang

Slides, code, and readings from a PhD seminar on using LLMs and generative AI in business research.

repository course materials
AI for Business Research (Spring 2024) - CUHK - Philip Zhang

The earlier edition of the same seminar; still a rich archive of foundational readings and demos.

repository course materials
Machine Learning (2021 Spring) - NTU - Hung-Yi Lee

A famously clear lecture series spanning deep learning fundamentals through self-attention, with full videos and slides.

course machine learning
CS224N Natural Language Processing with Deep Learning - Stanford

Stanford's flagship NLP course, from word vectors to Transformers, with lecture videos and assignments.

course nlp
CS231N Deep Learning for Computer Vision - Stanford

The reference course for CNNs and computer vision; the course notes are excellent on their own.

course computer vision
Generative AI - Léonard Boussioux

A hands-on generative AI course with an emphasis on creative, real-world applications.

course generative ai
Large Language Models (Fall 2024) - CMU

A full-semester treatment of how large language models are built, trained, and evaluated.

course llm
Understanding Large Language Models (Fall 2022) - Princeton - Danqi Chen

A graduate seminar on the science of large language models, built around close reading of key papers.

course llm
Large Language Models (Spring 2024) - ETH Zürich

A mathematically rigorous take on language modeling, built up from probabilistic foundations.

course llm
Dive into Deep Learning

An interactive textbook (and FA690 reference) where every concept comes with runnable code.

book deep learning tutorial
Andrej Karpathy YouTube Channel

Home of "Neural Networks: Zero to Hero"; build backpropagation, GPT, and a tokenizer from scratch, line by line.

youtube tutorial deep learning
Visualizing Memorization in RNNs - Distill

An interactive article showing what recurrent networks remember, and forget, as they read text.

visualization rnn
LLM Visualization - Ben Bycroft

A 3D, step-by-step walkthrough of every matrix multiplication inside a working GPT.

visualization llm
Neural Network Playground - TensorFlow

Train a small neural network in the browser and watch its decision boundary take shape.

visualization neural network
Convolutional Neural Network Explainer

An interactive walkthrough of convolutions, activations, and pooling inside a live CNN.

visualization cnn
Google Bootcamp: Advent of Agents

A bootcamp-style series of short, hands-on challenges for building LLM agents.

tutorial llm