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

Hello I have a kan model trained (Regression), but i can't find any documentation on how to apply the trained model to new data. Can someone help, with an example?

When I try to train the model on GPU: RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! There seems...

Hello, guys! I'm new to programming, I received the following error when running Hello, KAN!: AttributeError: 'MultKAN' object has no attribute 'mask'. I'm leaving the error line below: ![image](https://github.com/user-attachments/assets/45261adb-2a9a-48db-ad67-6d5ba48eced9) Can...

Dear KANs team, thank you very much for your research on the KANs algorithm. This PullRequest mainly adds the `CITATION.cff` file, which will add a **Cite this repository** button in...

Added plt.show() to model.plot() to show KANs plot in a new window

Fix: call to save_act_in_fit() without required positional argument Fix is for bug: TypeError: MultKAN.recover_save_act_in_fit() missing 1 required positional argument: 'old_save_act' ... kan/MultKan.py:940

In the initialization process of KANLayer, since the knots vector of B-Splines is constructed based on the grid_range parameter, it is identical across all input dimensions (in_dim). This means the...

Argument auto_save should not be used in function model.fit().