modulepackage
0.0.0-20240226214843-e3d2a19564fd
Repository: https://github.com/pointlander/gradient.git
Documentation: pkg.go.dev
# README
Reverse Mode Automatic Differentiation with Continuation Passing Style
This project implements reverse mode automatic differentiation with continuation passing style (CPS). Tensors and scalars are both supported with number type of float64, float32, or complex128. Gradient was inspired by Lantern as described by this paper.
# Variables
LFSR find LFSR polynomials.