Skip to content

A Jax implementation of Kolmogorov Arnold Networks.

Notifications You must be signed in to change notification settings

hosseybposh/jax_kan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jax_kan

A Jax implementation of Kolmogorov Arnold Networks.

Original publication: KAN: Kolmogorov-Arnold Networks

Original Pytorch implementation: link

An efficient pytorch implementation which is the inspiration for this repo: link

IMPORTANT NOTE

This is a work in progress. It's a port from efficient implementation repo mentioned earlier. Currently everything is tested against the pytorch implementation except for the update_grid method. Flax is pretty strict with parameter manipulation outside of computational graph functions so trying to figure out a clean way to do that. Please feel free to contribute.

Installation

About

A Jax implementation of Kolmogorov Arnold Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages