Datasets:
fix `Contents` section
Browse files
README.md
CHANGED
@@ -17,13 +17,16 @@ datasets:
|
|
17 |
# Understanding the Muon Optimizer: Theory and Implementation
|
18 |
## 📘 Contents
|
19 |
|
20 |
-
1. [Introduction to Muon](#
|
21 |
-
2. [The Problem: Skewed Singular Values](#1
|
22 |
-
3. [Newton-Schulz Orthogonalization](#
|
23 |
-
4. [
|
24 |
-
5. [
|
25 |
-
6. [
|
26 |
-
7. [
|
|
|
|
|
|
|
27 |
|
28 |
## 🧪 Try It Yourself
|
29 |
|
|
|
17 |
# Understanding the Muon Optimizer: Theory and Implementation
|
18 |
## 📘 Contents
|
19 |
|
20 |
+
1. [Introduction to Muon](#introduction)
|
21 |
+
2. [The Problem: Skewed Singular Values](#1-the-problem-skewed-singular-value-distributions)
|
22 |
+
3. [Newton-Schulz Orthogonalization](#3-the-newton-schulz-iteration)
|
23 |
+
4. [Muon vs. AdamW](#4-muon-vs-adamw-complementary-not-competitive)
|
24 |
+
5. [When to Use Muon](#5-when-to-use-muon)
|
25 |
+
6. [Implementation Details](#6-implementation-deep-dive)
|
26 |
+
7. [Practical Performance Analysis](#7-performance-evaluation)
|
27 |
+
8. [Optimization Techniques](#8-optimization-techniques)
|
28 |
+
9. [Lessons Learned](#9-lessons-learned-from-implementing-muon)
|
29 |
+
10. [Concludsion](#10-conclusion)
|
30 |
|
31 |
## 🧪 Try It Yourself
|
32 |
|