bird-of-paradise commited on
Commit
c2a5823
·
verified ·
1 Parent(s): 812db4f

fix `Contents` section

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -17,13 +17,16 @@ datasets:
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-SingularValue-Distributions)
22
- 3. [Newton-Schulz Orthogonalization](#The-Newton-Schulz-Iteration)
23
- 4. [Implementation Details](#Implementation-Deep-Dive)
24
- 5. [Practical Performance Analysis](#Performance-Evaluation)
25
- 6. [Lessons Learned](#Lessons-Learned-from-Implementing-Muon)
26
- 7. [When to Use Muon](#When-to-Use-Muon)
 
 
 
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