From b6870c94792317c477acfc421c706fc62591fd8c Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Tue, 30 Apr 2024 11:32:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e671a3..4b89ad45 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Kolmogorov-Arnold Networks (KANs) are promising alternatives of Multi-Layer Perc mlp_kan_compare ## Accuracy -**KANs have faster scaling than MLPs. KANs have comparable or even better accuracy than MLPs with much fewer parameters.** +**KANs have faster scaling than MLPs. KANs have better accuracy than MLPs with fewer parameters.** **Example 1: fitting symbolic formulas** Screenshot 2024-04-30 at 10 55 30