File tree Expand file tree Collapse file tree 2 files changed +32
-10
lines changed
Expand file tree Collapse file tree 2 files changed +32
-10
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,28 @@ KAN Layer Classes
6262 :special-members: __init__, __call__
6363
6464
65+ KAN Grid Classes
66+ -----------------
67+
68+ .. automodule :: jaxkan.grids.BaseGrid
69+ :members:
70+ :undoc-members:
71+ :show-inheritance:
72+ :special-members: __init__, __call__
73+
74+ .. automodule :: jaxkan.grids.SplineGrid
75+ :members:
76+ :undoc-members:
77+ :show-inheritance:
78+ :special-members: __init__, __call__
79+
80+ .. automodule :: jaxkan.grids.RBFGrid
81+ :members:
82+ :undoc-members:
83+ :show-inheritance:
84+ :special-members: __init__, __call__
85+
86+
6587KAN Models
6688--------------
6789
Original file line number Diff line number Diff line change 119119 "id" : " 0e1983a1" ,
120120 "metadata" : {},
121121 "source" : [
122- " # Part 1: Adam Optimizer"
122+ " ## Part 1: Adam Optimizer"
123123 ]
124124 },
125125 {
135135 "id" : " d90dbfe6" ,
136136 "metadata" : {},
137137 "source" : [
138- " ## Experiment Setup for Adam"
138+ " ### Experiment Setup for Adam"
139139 ]
140140 },
141141 {
229229 "id" : " 5cbc2aee" ,
230230 "metadata" : {},
231231 "source" : [
232- " ## Constant Learning Rate"
232+ " ### Constant Learning Rate"
233233 ]
234234 },
235235 {
280280 "id" : " d800ac0a" ,
281281 "metadata" : {},
282282 "source" : [
283- " ## Exponential Decay Schedule"
283+ " ### Exponential Decay Schedule"
284284 ]
285285 },
286286 {
340340 "id" : " 23133d54" ,
341341 "metadata" : {},
342342 "source" : [
343- " ## Cosine Annealing Schedule"
343+ " ### Cosine Annealing Schedule"
344344 ]
345345 },
346346 {
393393 "id" : " 0e6da679" ,
394394 "metadata" : {},
395395 "source" : [
396- " ## Warmup Strategy"
396+ " ### Warmup Strategy"
397397 ]
398398 },
399399 {
450450 "id" : " 2afa40c5" ,
451451 "metadata" : {},
452452 "source" : [
453- " # Part 2: L-BFGS Optimizer"
453+ " ## Part 2: L-BFGS Optimizer"
454454 ]
455455 },
456456 {
472472 "id" : " 32fb8201" ,
473473 "metadata" : {},
474474 "source" : [
475- " ## Experiment Setup for L-BFGS"
475+ " ### Experiment Setup for L-BFGS"
476476 ]
477477 },
478478 {
575575 "id" : " b53fd159" ,
576576 "metadata" : {},
577577 "source" : [
578- " ## L-BFGS with Default Parameters"
578+ " ### L-BFGS with Default Parameters"
579579 ]
580580 },
581581 {
623623 "id" : " 8e6ae90c" ,
624624 "metadata" : {},
625625 "source" : [
626- " ## L-BFGS with Larger Memory"
626+ " ### L-BFGS with Larger Memory"
627627 ]
628628 },
629629 {
You can’t perform that action at this time.
0 commit comments