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

Are there any step-by-step guides on how to apply KAN on tabular binary classification datasets??

This is a issues that were found when using the functions which is model.prune() & model.prune_intput(). the issue is for GPU: if you finish training a model and want to...

First of all, good work, the project seems well maintained and clean : ) I have an issue around Example 4 - Classification, on the jupyter notebooks. When i try...

Hello, I'm a beginner to use KAN. I tried to use the model.fit() to train a small network for MNIST. And I got one error like this: `TypeError: recover_save_act_in_fit() missing...

Starting from the API_3 ![image](https://github.com/user-attachments/assets/400e13fd-7153-402b-b55d-4883558a7df7) Could you take a look at it? Thanks!

Hello MultiKAN shows that KAN does well in multiplications. But my network can not reach similar effects like the tutorial. The first image shows my exp. ![image](https://github.com/user-attachments/assets/f58605a9-9d79-4b27-8192-281a5c383c25) It is not...

I change save_ckpt to saveckpt and save sth. But loadckpt doesn't work and it errors that there is no object with this name. What is the procedure of saving models...

when i run this section of codes, thr following error arise. ![image](https://github.com/user-attachments/assets/a48c83fa-fc6f-4c26-9a68-74d01f4ef96e) Then, i chaged model.act_fun[0].coef[0].shape[0] to model.act_fun[0].coef[0].shape[1], it equals to G+k. However, the following error occurs ![image](https://github.com/user-attachments/assets/fdf8498e-6ea3-4c7c-a913-796afeee9e1f)