261 Commits

Author SHA1 Message Date
Ziming Liu
185c9f8d64
Update API_7_pruning.ipynb 2024-08-11 13:04:01 -04:00
Ziming Liu
830418878c
updated tutorials 2024-08-11 13:02:16 -04:00
Ziming Liu
6ce277a2d6
Delete tutorials directory 2024-08-11 13:01:27 -04:00
Ziming Liu
0227955e93 update device notebook 2024-08-10 16:11:48 -04:00
Ziming Liu
a6b85433cb fix device=cuda 2024-07-21 20:27:22 -04:00
Ziming Liu
a37290120e
Update README.md 2024-07-21 19:23:04 -04:00
kindxiaoming
20e885e551 Merge branch 'master' of github.com:KindXiaoming/pykan 2024-07-21 19:18:23 -04:00
kindxiaoming
dd5c84eeb2 delete model 2024-07-21 19:18:16 -04:00
kindxiaoming
b1b96b073b add swap method 2024-07-21 19:17:50 -04:00
Ziming Liu
99ee325485
Merge pull request from DaanVanHauwermeiren/fix/symbolpng
add sum and mult symbol pngs to the installation
2024-07-20 08:41:07 -04:00
DaanVanHauwermeiren
9062bfc637 add sum and mult symbol pngs to the installation 2024-07-17 21:26:30 +02:00
kindxiaoming
4e9af77df5 add knot tutorials 2024-07-17 10:45:25 -04:00
kindxiaoming
c903302e87 solve conflict 2024-07-16 16:16:40 -04:00
kindxiaoming
0f50f79101 delete fig1 2024-07-16 16:13:44 -04:00
kindxiaoming
25cba43bf8 update 2024-07-16 16:13:04 -04:00
Ziming Liu
cc9ae32bb0
Update MultKAN.py 2024-07-15 17:55:31 -04:00
Ziming Liu
a47623eea8
Merge pull request from shuaizengMU/master
Fix the bugs bugs when the prune function is called in tutorials
2024-07-15 17:54:52 -04:00
Shuai Zeng
ed20f656ad Adding the parameter auto_save=True to the KAN() constructor in the tutorials ensures that the tutorials can be run without bugs when the prune function is called. 2024-07-15 13:06:34 -05:00
Ziming Liu
5e18f1b419
Update KANLayer.py 2024-07-14 08:45:40 -04:00
Ziming Liu
d0ea020df6
Update README.md 2024-07-14 08:26:24 -04:00
Ziming Liu
dcf8bf1945
Update setup.py 2024-07-14 08:24:53 -04:00
Ziming Liu
985c5eb71d
Update MultKAN.py remove conflict 2024-07-14 08:22:16 -04:00
Ziming Liu
827eab4f90
Update README.md 2024-07-14 01:13:39 -04:00
Ziming Liu
8979080927
Update README.md 2024-07-13 22:31:10 -04:00
Ziming Liu
4a1b4030ef
Update README.md 2024-07-13 22:30:06 -04:00
Ziming Liu
9ac7b26ef5
Update README.md 2024-07-13 22:28:43 -04:00
Ziming Liu
dc7a7e6955
Update setup.py 2024-07-13 22:28:06 -04:00
Ziming Liu
3925426eab
Update README.md 2024-07-13 22:26:41 -04:00
Ziming Liu
88984215ee
Delete model directory 2024-07-13 22:20:48 -04:00
Ziming Liu
192c8cc828
Delete sr/figures directory 2024-07-13 22:20:26 -04:00
kindxiaoming
c24cf753be train to fit 2024-07-13 22:19:19 -04:00
kindxiaoming
994d482d49 update tutorials 2024-07-13 22:17:48 -04:00
Ziming Liu
e5abcb74c6
Merge pull request from CrazyNicolas/master
[Fix]Update KAN.py
2024-07-12 10:13:43 -04:00
CrazyNico
a2811a7f92
Update KAN.py
In the line 131 of the KANLayer.py, the sclae_base holds shape of (input_dim ,output_dim), while here in KAN.py, the scale_base hold shape of input_dim * output_dim, which would make the construction of a KAN fails.
2024-07-12 21:38:33 +08:00
Ziming Liu
3029652cb3
Merge pull request from CrazyNicolas/master
[fix] Update API_3_grid.ipynb to make it runs correctly
2024-07-12 09:25:12 -04:00
CrazyNico
61ab4ac421
Update API_3_grid.ipynb 2024-07-12 01:11:15 +08:00
Ziming Liu
2ebafce58f
Merge pull request from kamil2oster/device_management
fixed a few bugs with device assignment
2024-07-10 17:54:03 -04:00
Kamil Oster
fb157b5e9a fixed a few bugs with device assignment 2024-07-10 09:29:05 +01:00
Ziming Liu
fcfedd0c42
Merge pull request from kamil-oster/fix_test_id
Remove batching on testing dataset
2024-07-08 19:20:53 -04:00
Ziming Liu
bdf298a93a
Update setup.py 2024-07-08 08:31:35 -04:00
Ziming Liu
269a5b41b7
Update README.md 2024-07-08 08:29:33 -04:00
kindxiaoming
028a484bd4 Merge branch 'master' of github.com:KindXiaoming/pykan 2024-07-08 08:28:26 -04:00
kindxiaoming
3c71198ec8 add aliasing kan=multkan 2024-07-08 08:28:19 -04:00
Ziming Liu
68fd558580
Update README.md 2024-07-08 08:11:50 -04:00
Ziming Liu
3c8b8311b0
Update README.md 2024-07-08 08:11:24 -04:00
Ziming Liu
8ffe57190c
Update README.md 2024-07-08 08:10:53 -04:00
kindxiaoming
54d2758c9b change figures 2024-07-08 08:03:41 -04:00
kindxiaoming
8075a4e14b add KAN back 2024-07-08 08:02:13 -04:00
Kamil Oster
8fa025e1ea Remove batching on testing dataset 2024-07-08 09:53:21 +01:00
Ziming Liu
6e6d483c9a
Update setup.py 2024-07-07 18:50:26 -04:00