338 Commits

Author SHA1 Message Date
kindxiaoming
21910829ba mult KAN plot 2024-06-01 14:44:36 -04:00
Ziming Liu
27b4640aee
Merge pull request #228 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
Ziming Liu
fe1b3ca756
Merge pull request #211 from suresh-pokharel/master
Update with more protein sequences
2024-05-17 15:23:02 -04:00
Suresh Pokharel
7b26aef3e3 Add more examples, more experiments 2024-05-17 14:34:19 -04:00
Suresh Pokharel
3b58b10c6a Add bettr example, more experiments 2024-05-17 14:27:13 -04:00
kindxiaoming
1d3eb5badf Merge branch 'master' of github.com:KindXiaoming/pykan 2024-05-17 00:35:22 -04:00
kindxiaoming
375baaf2fd add PDE grid extension 2024-05-17 00:09:57 -04:00
Ziming Liu
496892d89d
Merge pull request #207 from chaous/master
fixed NS equation in my physics informed KAN
2024-05-16 22:06:52 -04:00
Ilya
bf9358a852
fixed NS equation 2024-05-16 19:36:34 +03:00
Ziming Liu
116efaf3ea
Merge pull request #203 from akarhin/patch-1
Update Example_3_classfication.ipynb
2024-05-16 08:25:24 -04:00
akarhin
d6b9f8a4ef
Update Example_3_classfication.ipynb
Classification formulation should treat the problem as a classification problem, not as a regression problem
2024-05-16 09:39:46 +03:00
kindxiaoming
010ad09098 Merge branch 'master' of github.com:KindXiaoming/pykan 2024-05-13 15:09:17 -04:00
kindxiaoming
7563cc8308 update kan 2024-05-13 15:09:10 -04:00
Ziming Liu
ef4861ebe6
Merge pull request #176 from suresh-pokharel/master
Add example for protein sequence classification
2024-05-13 07:47:43 -04:00
Suresh Pokharel
bde27bfc9b Add example for protein sequence classification 2024-05-12 23:49:06 -04:00
Ziming Liu
10c456a977
Merge pull request #173 from AlessandroFlati/master
Runtime Error in hellokan.ipynb
2024-05-12 15:50:33 -04:00
alessandro
f34caecfbc Thanks to @wkqian06 2024-05-12 18:09:27 +02:00
Ziming Liu
1dad6bc42b
Merge pull request #169 from chaous/master
physics informed kan
2024-05-11 19:31:05 -04:00
Ilya
b27d6938bf
physics informed kan 2024-05-12 01:38:15 +03:00
Ziming Liu
e6078bc880
Merge pull request #148 from Jim137/develop
Fix dtype error in `curve2coef`
2024-05-10 08:33:44 -04:00
Jim137
e4f3f8bf67 Fix dtype error in curve2coef 2024-05-10 12:47:05 +08:00
Ziming Liu
41aca576f4
Update setup.py 2024-05-09 06:40:40 -04:00
Ziming Liu
2367bbecbb
Update setup.py 2024-05-09 06:36:35 -04:00
Ziming Liu
34d418249d
Merge pull request #138 from AlessandroFlati/issue-137
Issue 137
2024-05-09 06:22:27 -04:00
alessandro
a1791785b6 This allows symbolic_formula to work for pruned/manually removed edges, which have sympy_fun == '', by skipping them. 2024-05-09 08:29:23 +02:00
Ziming Liu
a666ec3988
Merge pull request #129 from Jim137/develop
Fix dtype error when input dtype is Double
2024-05-08 10:40:14 -04:00
Ziming Liu
fcefabab40
Merge pull request #126 from ergodic-ai/outputnormalizer
adding output_normalizer
2024-05-08 10:39:09 -04:00
Jim137
d4305a38fd Fix dtype error when input dtype is Double 2024-05-08 19:41:16 +08:00
Andre Franca
2a24ecd318 adding output_normalizer 2024-05-08 10:46:02 +01:00
Ziming Liu
cc507e3d42
Merge pull request #115 from Jim137/Develop
Fix device compatibility issue in `KAN.initialize_from_another_model`
2024-05-07 20:53:56 -04:00
Jim137
96769e119d Fix device compatibility issue in initialize_from_another_model 2024-05-07 22:08:31 +08:00
Ziming Liu
70b7b8da7d
Merge pull request #98 from AlessandroFlati/develop
This will solve CPU-only, CUDA-only and any mix of them.
2024-05-07 08:44:28 -04:00
Ziming Liu
116f399af8
Update setup.py 2024-05-06 21:19:10 -04:00
alessandro
c857dd65b7 This will solve CPU-only, CUDA-only and any mix of them. 2024-05-06 20:01:28 +02:00
alessandro
d606bd88bd This will solve CPU-only, CUDA-only and any mix of them. 2024-05-06 19:10:27 +02:00
Ziming Liu
baf5f7e44e
Update README.md 2024-05-06 12:49:54 -04:00
Ziming Liu
bc41902ff4
Update README.md 2024-05-06 12:48:38 -04:00
Ziming Liu
281cd0ffc7
Update README.md 2024-05-06 10:58:19 -04:00
Ziming Liu
e292a2db76
Update README.md 2024-05-06 10:57:32 -04:00
Ziming Liu
9681509308
Update README.md 2024-05-06 10:55:45 -04:00
Ziming Liu
74da0d503e
Update README.md 2024-05-06 10:49:53 -04:00
Ziming Liu
9536e88782
Update README.md 2024-05-06 10:49:14 -04:00
Ziming Liu
9c00ccc82d
Merge pull request #83 from X3NNY/master
Fix errors on CUDA device
2024-05-06 01:02:47 -04:00
X3NNY
f1b1c2f2d9 Fix errors on CUDA device 2024-05-05 23:52:19 +08:00
Ziming Liu
0c79f78702
Update README.md 2024-05-04 17:52:19 -04:00
Ziming Liu
255643868e
Update README.md 2024-05-04 17:52:01 -04:00