lgarithm / crystalnet

crystalnet -- a mini core AI library (being refactored, see https://github.com/lgarithm/stdnn-ops)
MIT License
16 stars 3 forks source link

Affine operator #35

Open lgarithm opened 6 years ago

lgarithm commented 6 years ago

An affine operator is the composition of a bilinear operator and an additive operator.

y = l(w, x) + b = A(w, b) (x)