pykan icon indicating copy to clipboard operation
pykan copied to clipboard

Kolmogorov Arnold Networks

Results 336 pykan issues
Sort by recently updated
recently updated
newest added

In the notebooks under the physics folder, [Physics_2A_conservation_law.ipynb](https://github.com/KindXiaoming/pykan/blob/master/tutorials/Physics/Physics_2A_conservation_law.ipynb). model.fit has an argument pred_fn which is not defined in the API

Hello Ziming, thank you very much for turning these great papers into open source python code! I am trying to "kanpile" this expression: ``` expr = sympy.trigsimp("exp(- x_1 / 100)...

Hello! Has anyone run the KAN network in a relatively large tabular dataset for regression or classification? If yes, could you share the code or give instructions to avoid memory...

Is SYMBOLIC_LIB a basis function that replaces B-spline functions?

# Dataset Create ![image](https://github.com/user-attachments/assets/957feee1-ef38-46bc-945e-3ee09b7b6e64) ![image](https://github.com/user-attachments/assets/547efa96-2d5f-49b6-9b71-5042198ce907) ![image](https://github.com/user-attachments/assets/91955abf-4cee-4446-92a6-4db9460b8cb5) I test the effect of KAN through artificial data, and the process guarantees that NAN will not appear. # Training ![image](https://github.com/user-attachments/assets/f4ac6966-cdfd-4bbb-9d39-85fe307232ad) when I first...

We've just released a new paper on integrating Transformers with KAN. Check out the paper and feel free to explore our code repository! 📄 Paper: https://arxiv.org/abs/2409.10594 💻 Code: https://github.com/Adamdad/kat

Hi all, I am trying to train the KAN model on a GPU server and I am getting `torch.OutOfMemoryError: CUDA out of memory` . So far, the largest model I...

![image](https://github.com/user-attachments/assets/a9c57140-3b9a-4edd-86f5-33803b2b5851) ConstructorError Traceback (most recent call last) Cell In[33], line 1 ----> 1 model = model.rewind('0.11') 3 model.plot(scale=1) File D:\Anconda\A\envs\pytorch\lib\site-packages\kan\MultKAN.py:647, in MultKAN.rewind(self, model_id) 643 self.saveckpt(path=self.ckpt_path+'/'+f'{self.round}.{self.state_id}') 645 print('rewind to model version...