From d24803a3e07c52eaf0ec3d7ff1ccac201e6569e0 Mon Sep 17 00:00:00 2001 From: Niki Howe <13190901+nikihowe@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:25:39 -0400 Subject: [PATCH] Make readme formatting more natural --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 8c11143a..49aa8c53 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,9 @@ This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations, - -[The website](https://nn.labml.ai/index.html) -renders these as side-by-side formatted notes. -We believe these would help you understand these algorithms better. +which [the website](https://nn.labml.ai/index.html) +renders as side-by-side formatted notes. +We believe this will help you understand these algorithms better. ![Screenshot](https://nn.labml.ai/dqn-light.png)