<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Deep Learning on Yue Jiang | 姜岳</title><link>https://yuejiang.org/tags/deep-learning/</link><description>Recent content in Deep Learning on Yue Jiang | 姜岳</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://yuejiang.org/tags/deep-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Learning with Claude: Implementing a transformer from scratch</title><link>https://yuejiang.org/2026/07/15/transformer-implementation/</link><pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate><guid>https://yuejiang.org/2026/07/15/transformer-implementation/</guid><description>&lt;p&gt;I tried to use Claude Code for self study. Starting here with a 10-ish day &lt;a href="https://github.com/Yue-Jiang/transformer-tutorial"&gt;tutorial&lt;/a&gt; on implementation of the GPT-style transformer model. This was an enjoyable experience - after a few days I got to implement embedding, layernorm, multi-head attention, cross entropy and put them together into a decoder-only transformer that actually trains on my laptop. Beyond learning about transformer implementation, I realized that I could self study other subjects this way too - it will likely be more pleasant and motivating - feels a bit like Duolingo. I wish I had coding agents like this back in college and grad school (Maybe now is the time to revisit that measure theory class I struggled with most! or not). The tutorial itself may not be very useful for other people, although a couple observations may generalize. When using Claude for self study, I find it helpful to 1) talk with it, be explicit about my understanding, assumptions and confusions 2) have it break the learning down to bite size 3) use a plain text editor for assignments - even VS Code Copilot autocompletion implements transformers better than me.&lt;/p&gt;</description></item></channel></rss>