232 Commits

Author SHA1 Message Date
kindxiaoming
25cba43bf8 update 2024-07-16 16:13:04 -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
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
kindxiaoming
2ce1af37f6 make multkan training work 2024-06-16 21:38:46 -04:00
kindxiaoming
487e853f07 Merge branch 'master' into sr
I updated initialization scheme and regularization scheme, which is relevant for symbolic regression.
2024-06-16 21:00:54 -04:00
kindxiaoming
e4bf161c1a update init and regularization 2024-06-16 21:00:11 -04:00
Ziming Liu
f6ac7e25ed
Merge pull request from Animadversio/master
Fix the `lock.png` not found issue in `model.plot`
2024-06-12 22:17:36 -04:00
Binxu Wang
f91bf03c44 add SOURCES.txt 2024-06-12 01:09:22 -04:00
Binxu Wang
cc0daf4698 update the installation setup.py 2024-06-12 00:49:01 -04:00
Binxu Wang
557469b55c fix the issue of not finding lock.png 2024-06-12 00:37:14 -04:00
kindxiaoming
21910829ba mult KAN plot 2024-06-01 14:44:36 -04:00
Ziming Liu
27b4640aee
Merge pull request from Kayzwer/master
fix error in docs
2024-05-22 23:43:23 -04:00
Kayzwer
a3ac5d6113
fix error in docs 2024-05-22 12:30:05 +08:00
Ziming Liu
d49d6774e7
Update README.md 2024-05-20 18:20:03 -04:00
Ziming Liu
4a5fc00853
Update README.md 2024-05-20 18:11:33 -04:00
Ziming Liu
13c73b8637
Update utils.py
fix typo: a_arange -> a_range, b_arange -> b_range
2024-05-19 18:27:35 -04:00