From 1193418a02bea2bd7b9f02b2b73b516930134c54 Mon Sep 17 00:00:00 2001 From: Rishabh <59335537+rbSparky@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:22:44 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f740d5a..fd708bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # KolmogorovArnoldNetworks.jl # This is in very early stages +## If you are interested in becoming a maintainer, please open a PR! KolmogorovArnoldNetworks.jl is a Julia library providing implementations of [Kolmogorov-Arnold neural networks](https://arxiv.org/abs/2404.19756). Implementation inspired by [Efficient KAN](https://github.com/Blealtan/efficient-kan).