ctongfei / nexus

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

Implement convolutional layers #9

Open fvlankvelt opened 6 years ago

fvlankvelt commented 6 years ago

Convolutional layers are necessary for a range of deep network architectures, to leverage invariance in certain dimensions (e.g. x, y coordinates in images).

fvlankvelt commented 6 years ago

The stubs that were present in the code, and have been removed in PR #8 , are restored in the branch https://github.com/fvlankvelt/nexus/tree/support-convolution

ctongfei commented 6 years ago

I'm working on Torch integration. It'll stop being a stub soon.

fvlankvelt commented 6 years ago

perhaps you can share your work-in-progress on a branch? Then there's no need for it to be complete, or even compile.