ctongfei / nexus

Experimental tensor-typed deep learning
https://tongfei.me/nexus/
MIT License
257 stars 15 forks source link

Implement symdiff #12

Open fvlankvelt opened 6 years ago

fvlankvelt commented 6 years ago

Minimal implementation of SymDiff such that tensordot / multiplication can be implemented with backprop.

Note that this PR builds on top of the add-typelevel-tests branch - the actual commits are quite limited.