ahrefs / ocannl

OCANNL: OCaml Compiles Algorithms for Neural Networks Learning
BSD 2-Clause "Simplified" License
67 stars 2 forks source link

Investigate what happens when division is used with `Compose` composition type #192

Open lukstafi opened 1 year ago

lukstafi commented 1 year ago

The semantics is problematic, likely broken. Also for to-power-of ** with Compose. Maybe should be prohibited. Expanding as matrix pseudo-inverse would be overkill...