KindXiaoming / pykan

Kolmogorov Arnold Networks
MIT License
13.59k stars 1.19k forks source link

Using Symbolic formula #209

Open MinSiThu opened 1 month ago

MinSiThu commented 1 month ago

After I trained the KAN on the dataset of mnist dataset. And fixed the symbolic formula. I got the symbolic formula from the model.

Can I just use the symbolic formula as a Python function to classify the data?

seyidcemkarakas commented 1 month ago

I have faced same situation on regression case.

You can look up this issue => https://github.com/KindXiaoming/pykan/issues/206 Author also replied it.

MinSiThu commented 1 month ago

I have faced same situation on regression case.

You can look up this issue => https://github.com/KindXiaoming/pykan/issues/206

Author also replied it.

Thank you, it is really helpful.