Install our extension to search inside any video instantly.

Lecture 108: One Layer Deeper competition

Added:
257 views8likes36:34GPUMODEOriginal Release: 2026-07-21

This lecture introduces a competition testing whether neural network models can perform deeper computation than they were trained to do, using a repeated modular squaring task (computing x^(2^t) mod n) that requires serial computation without shortcuts. The competition emphasizes that models should adaptively allocate computation based on problem difficulty, solve problems harder than training data, and maintain stable training. Key challenges include preventing memorization masquerading as computation and ensuring test instances require more depth than training. The competition uses three difficulty tiers (easy, medium, hard) with increasing constraints on training time and information provided, encouraging novel architecture and optimizer approaches for serial computation tasks.