Skip to content
All tags

#mit

16 posts
ai guide Reading MIT 6.7960

Reading MIT 6.7960: One Course, Two Official Editions — Complete the OCW 2024 Package, Read the 2025 Decks for What's New

MIT 6.7960 Deep Learning (Fall 2025) publishes all 21 lecture decks as public Dropbox PDFs, and most required readings map to free textbook chapters; but the five problem sets are released only through Gradescope, and solutions plus recordings live behind Canvas login. This guide covers how the three instructors split the course, a topic map of all 21 lectures, textbook-based substitutes for lectures, and where outside self-learners realistically stop.

Open-Source AI Licensing Guide: What MIT, Apache 2.0, and Llama License Actually Allow

'Open-source' in AI doesn't mean what it means in software. MIT and Apache 2.0 let you do almost anything; the Llama License requires a separate deal above 700M MAU; old Gemma terms let Google change rules unilaterally (Gemma 4 switched to Apache 2.0). This guide maps what you can and can't do by license type.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 1: The Minimal Structure of Deep Learning

Lecture 1 of the 2026 course builds the vocabulary shared by the rest of the course: perceptrons, forward propagation, loss, and gradient descent.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 2: Sequence Modeling: From RNNs to Attention

Lecture 2 of the 2026 course addresses data where order changes meaning—text, audio, and time series—and connects directly to music generation in Lab 1.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 3: Computer Vision: How Convolution Preserves Spatial Structure

Lecture 3 of the 2026 course moves from image tensors, convolution, and pooling to recognition systems, preparing for MNIST and face detection in Lab 2.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 4: Generative Modeling: From Latent Spaces to Diffusion

Lecture 4 of the 2026 course separates generative from discriminative tasks, organizes VAE, GAN, and diffusion objectives, and leads into Lab 2’s DB-VAE.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 5: Reinforcement Learning: Learning from Return Instead of Labels

Lecture 5 of the 2026 course connects agent, environment, state, action, reward, and policy into an interaction loop, introducing credit assignment and exploration.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 6: New Frontiers: Choosing the Problem Beyond the Model

Lecture 6 of the 2026 course places deep learning in emerging applications and real constraints, emphasizing data, outputs, evaluation, and failure conditions.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 7: The Three Laws of AI: Safety Through Observability and Evaluation

Lecture 7 of the 2026 course starts from Asimov’s literary laws and examines modern safety protocols through traces, test data, and continuous evaluation.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 8: AI for Science: Putting Domain Structure into Learning

Lecture 8 of the 2026 course uses the scientific-discovery loop to show how simulators, AI emulators, and experiments cooperate instead of reducing science to generic prediction.

ai guide Reading MIT 6.S191

MIT 6.S191 Lecture 9: Massively Parallel Training: Memory and Communication Set the Boundary

Lecture 9 of the 2026 course starts with GPU memory pressure and moves through checkpointing, offloading, ZeRO, FSDP, and multiple forms of parallelism.

ai guide Reading MIT 6.S191

MIT 6.S191 Lab 1: Generate Music with PyTorch and an LSTM

In the 2026 lab, students cover tensors, autograd, and modules before turning ABC notation into character sequences for LSTM music generation.

ai guide Reading MIT 6.S191

MIT 6.S191 Lab 2: From MNIST to Facial Debiasing with a DB-VAE

In the 2026 lab, part 1 classifies MNIST with dense and convolutional networks; Part 2 learns a facial latent distribution with a DB-VAE and changes training sampling.

ai guide Reading MIT 6.S191

MIT 6.S191 Lab 3: LoRA Fine-Tuning and LLM-as-a-Judge Evaluation

In the 2026 lab, students build chat templates and generation with LFM2-1.2B, adapt style through LoRA, and combine OpenRouter with Opik for a judge workflow.

ai guide Reading MIT 6.S191

MIT 6.S191 Guide: Nine Lectures and Three Labs Are Public, but the Full Path Still Uses Three External Services

MIT 6.S191's 2026 edition publishes nine lecture videos, slides, three software labs, and solutions, making it an A3 self-study course. The supplied path still depends on Google/Colab, Comet, and OpenRouter for Lab 3, while unaffiliated learners do not receive MIT credit, project feedback, or API credits.

MIT AI/ML Course Guide: Course 6-4 Is a Real AI Degree, but Its Public Materials Span Three Eras

MIT has offered Course 6-4, a formal BS in Artificial Intelligence and Decision Making, since 2022. For an outside learner, however, the current degree requirements, the 2025–2026 course sites, and the best OCW editions rarely line up. A workable route follows 6-4's programming, algorithms, linear algebra, and probability foundation, then selects among 6.S191, 6.3900, 6.4110, 6.7960, vision, and robotics according to what is actually public.