Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KindXiaoming/pykan
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming committed Jul 22, 2024
2 parents db08630 + ac15918 commit e463e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ New functionalities include (documentation later):
* including multiplications in KANs. [Tutorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/Interp_1_Hello%2C%20MultKAN.ipynb)
* Compiling symbolic formulas into KANs. [Tutorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/Interp_3_KAN_Compiler.ipynb)
* Feature attribution and pruning inputs. [Tutorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/Interp_4_feature_attribution.ipynb)
* Using GPUs. It works on my end: please try the [tuotorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/API_10_device.ipynb) and let me know if it works on your end.
* Using GPUs. It works on my end: please try the [tuotorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/API_10_device.ipynb) and let me know if it works on your end. Cuda runs 20x faster than CPU.

# Kolmogorov-Arnold Networks (KANs)

Expand Down

0 comments on commit e463e62

Please sign in to comment.