Categorygithub.com/gomlx/bsplines
repositorypackage
0.2.0
Repository: https://github.com/gomlx/bsplines.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

B-Spline function support for Go

GoDev GitHub

Example With Plots

This library provides 2 implementations of B-Spline using the same API: one that evaluates fully in Go (CPU, slower) and one using GoMLX for ML and/or accelerators.

Highlights:

Changes Log

v0.2.0

  • Moved GoMLX code to github.com/gomlx/gomlx/ml/layers/kan, to avoid circular dependency across repositories.