ctongfei / nexus

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

SymDiff Implementation? #10

Open fvlankvelt opened 6 years ago

fvlankvelt commented 6 years ago

The "Symmetric Difference" approach to generalize some often recurring tensor operations is cool. With backward autograd being very elegant.

However, the implementation is currently just a stub. This also seems to require serious type-level scala programming, at least more that I'm familiar with. @ctongfei have you been able to make this work at some time in the past?

fvlankvelt commented 6 years ago

There's a PR for this now: #12