Categorygithub.com/pointlander/gradient
modulepackage
0.0.0-20240226214843-e3d2a19564fd
Repository: https://github.com/pointlander/gradient.git
Documentation: pkg.go.dev

# README

godoc

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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

LFSR find LFSR polynomials.

# Structs

Gradient is a gradient template.