diff --git a/frontend/src/routes/about/index.mdx b/frontend/src/routes/about/index.mdx index 75290a7..1318393 100644 --- a/frontend/src/routes/about/index.mdx +++ b/frontend/src/routes/about/index.mdx @@ -132,8 +132,8 @@ The `keepdims=True` makes `norms` shape instead of , which is crucial. When transposed, becomes , allowing the broadcasting to work for column-wise division. Transpose does not do anything to the shape . I -don't know why transpose works this way, but this seems like gotcha to look out -for. +don't know why transpose works this way, but this seems like a nasty gotcha to +look out for. ## Step 4: Clean Up the Graph @@ -202,8 +202,8 @@ Traditional normalization : @@ -223,7 +223,7 @@ Spectral normalization solves this problem. Well-connected sentences keep their influence proportional to connectivity. I asked a ML engineer to explain the same idea to give you a -Rosetta Stone to understand their jaron. +Rosetta Stone to understand their jargon. > The traditional approach introduces potential node bias and lacks symmetry. Spectral normalization > provides a more balanced representation by symmetrizing the adjacency matrix and ensuring more uniform