Most people don’t get Schrodinger’s Cat (including you?)

From Looking Glass Universe. This is the third video of a series on quantum mechanics. The rest of the playlist is here: https://www.youtube.com/playlist?list=PLg-OiIIbfPj1t7zYsf6aj7wrGb9fghFDk If you’re interested in the live version of the course, here’s the info on it: https://looking-glass-universe.teachable.com/p/quantum-mechanics-fundamentals This course is meant for anyone who wants to learn quantum mechanics deeply. You don’t need…

College Level Quantum Mechanics (Zero Prerequisites)

From Looking Glass Universe. This course is meant for anyone who wants to learn quantum mechanics deeply. You don’t need any background knowledge in mathematics or physics- we’ll learn what we need along the way. Here’s the rest of the playlist: https://www.youtube.com/playlist?list=PLg-OiIIbfPj1t7zYsf6aj7wrGb9fghFDk Here’s the information about the live version of the course: https://looking-glass-universe.teachable.com/p/quantum-mechanics-fundamentals

I built GPT-2 for $31.99

From Looking Glass Universe. The difference between this video and the last GPT I made is that that one was a toy model. It was trained on a very small set of data (the works of Shakespeare) and it doesn’t get very good. This one is much bigger, and reaches the level of GPT-2. It…

AlphaFold 3 deep dive

From Looking Glass Universe. This video is a long and detailed description of AlphaFold 3. I’ve been spending a lot of time understanding the algorithm and this video is the result of that. But if you just want to get the gist of the algorithm then I’d recommend these much shorter videos I’ve made: AlphaFold…

how does AI *actually* make art

From Looking Glass Universe. Go to https://ground.news/universe to stay fully informed. Subscribe through my link to get 40% off unlimited access this month only. Resources: fast.ai course on diffusion: https://course.fast.ai/Lessons/part2.html Algorithmic Simplicity’s video on diffusion: https://www.youtube.com/watch?v=zc5NTeJbk-k Computerphile video on diffusion: https://www.youtube.com/watch?v=1CIpzeNxIhU Super helpful video on diffusion transformers: https://www.youtube.com/watch?v=fWUwDEi1qlA

I built a GPT model in 10 hours

From Looking Glass Universe. Kapathy’s tutorial: https://www.youtube.com/watch?v=kCc8FmEb1nY Link to the Colab (make a copy of it to fill it in): https://colab.research.google.com/drive/10TjJAOO-oCGIWEScYF7HTbGInVqJm3yN?usp=sharing GPT theory videos: 3blue1brown’s super helpful videos on this: https://youtu.be/eMlx5fFNoYc?si=_7XgY5nOpVaRdThU and https://youtu.be/wjZofJX0v4M?si=Cc4QkmzN6rsJZuOc Algorithmic Simplicity’s video give great intuition: https://youtu.be/kWLed8o5M2Y?si=2WqR04FblltNxbF- PyTorch nn.Module tutorial: https://pytorch.org/tutorials/beginner/basics/buildmodel_tutorial.html When I didn’t understand things, I mostly just asked ChatGPT to…

How I used AI to understand a huge codebase

From Looking Glass Universe. ChatGPT has a fairly small limit on the size of files you can upload to it. Claude has a much larger limit, which makes it very helpful for uploading a big repo. In this example I used the paid versions of both (because they’re much better). However, Claude is blocked in…

how AlphaFold *actually* works

From Looking Glass Universe. AlphaFold paper: https://www.nature.com/articles/s41586-021-03819-2 The original paper about transformers (the technology behind GPT), Attention Is All You Need: https://arxiv.org/abs/1706.03762 *Helpful videos and blogposts about attention and AlphaFold* 3blue1brown’s video on transformers: https://youtu.be/eMlx5fFNoYc?si=V5k3r6sc5NSMhFt0 Nazim Bouatta’s talk on AlphaFold: https://youtu.be/ri39B0Voujc?si=JpFOlxrVIm0wfmsZ Simon Kohl’s talk on AlphaFold, (he is one of the coauthor’s of the algorithm):…