245 Commits

Author SHA1 Message Date
Ziming Liu
a47623eea8
Merge pull request #345 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 #330 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 #326 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 #315 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 #308 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
Ziming Liu
52e72e9d38
Update setup.py 2024-07-07 18:47:37 -04:00
Ziming Liu
1607dcfb81
Delete sr/figures directory 2024-07-07 18:33:18 -04:00
Ziming Liu
f99324112e
Delete pde directory 2024-07-07 18:33:09 -04:00
Ziming Liu
21f400da2a
Delete figures directory 2024-07-07 18:32:59 -04:00
kindxiaoming
50529bb560 solve kan.utils merge conflict 2024-07-07 18:29:05 -04:00
kindxiaoming
b3465a5cae update readme 2024-07-07 18:24:26 -04:00
kindxiaoming
4c77f02638 update multkan tutorial 2024-07-07 18:18:55 -04:00
kindxiaoming
65fd339b64 update multkan tutorial 2024-07-07 18:18:22 -04:00
kindxiaoming
ab84f6068b merge .gitignore 2024-07-07 18:03:32 -04:00
kindxiaoming
11dfe78ab5 change .gitignore 2024-07-07 18:02:09 -04:00
kindxiaoming
11984f4921 feynman symbolic regression 2024-07-07 17:55:10 -04:00
kindxiaoming
f2df999bde efficient spline implementation, borrowing from efficient KAN 2024-06-30 17:23:13 -04:00
kindxiaoming
c91b6e3d3b compiler completed 2024-06-30 10:28:21 -04:00
kindxiaoming
76eab99bd3 delete LBFGS new 2024-06-20 22:09:36 -04:00
kindxiaoming
94a61b9e74 debug multkan: n + s before mult 2024-06-20 22:09:03 -04:00
kindxiaoming
0b19ec92d8 finish multKAN symbolic_formula 2024-06-19 22:41:26 -04:00