KindXiaoming / pykan

Kolmogorov Arnold Networks
MIT License
15k stars 1.38k forks source link

Increasing number of grid points during training #405

Open Tomli21 opened 2 months ago

Tomli21 commented 2 months ago

How do you increase the number of coefficients during training (as these coefficients are learnable)-For example, when you increase G from 3 to 10-, I am wondering how you are doing that (I could not understand that from your code)?

Secondly, what do you mean by "step" in your paper? does each step just process one batch of the data? (How does it relate to epoch)

seyidcemkarakas commented 2 months ago

@Tomli21 Actually activation functions are learnable. Sorry Can you expand your question?