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

Hi. I was trying hellokan.ipynb file. I do some scaleup at training steps like 50 -> 150. In the end train_loss started to return NaN instead of any value. I...

Why model weights can't be loaded.

Hi all, here is a simple `Tensorflow2` implementation [tfkan](https://github.com/ZPZhou-lab/tfkan) of KANs for those tensorflow users who want to have a try. I read the paper and the several implementations of...

I want to share this repo where we evaluate ACC performance between KAN and MLP in four scenarios: RAW Multiclass, RAW Binary, CSP Multiclass, and CSP Binary. Draw your conclusions...

I have tried re-running all cells in the provided file `hellokan.ipynb` and starting from the cell `[4]` with the comment `# train the model` I get results, which are different...

Which Model was used in https://github.com/KindXiaoming/pykan/blob/master/tutorials/Example_14_protein_sequence_classification.ipynb? I mostly asking about **G** and **k**.

Came across an issue when using a KANLayer within a pytorch lightning module and training with cuda. Some tensors being built and processed in the KANLayer were always getting sent...