Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming authored Apr 27, 2024
1 parent 5ac3a58 commit 5ce9200
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Kolmogorov-Arnold Newtworks

This the github repo for the paper "KAN: Kolmogorov-Arnold Networks" [link]. The documentation can be found here [link].

<p align="center">
<img width="1000" alt="kan_plot" src="https://github.com/KindXiaoming/pykan/assets/23551623/a2d2d225-b4d2-4c1e-823e-bc45c7ea96f9">
</p>

## Installation
There are two ways to install pykan, through pypi or github.

**Installation via pypi**

```python
pip install pykan
```

**Installation via github**

```python
git clone https://github.com/KindXiaoming/pykan.git
cd pykan
pip install -e .
```

To install requirements:
```python
pip install -r requirements.txt
```

0 comments on commit 5ce9200

Please sign in to comment.