btgraham / SparseConvNet-archived

Spatially-sparse convolutional networks. Allows processing of sparse 2, 3 and 4 dimensional data.Build CNNs on the square/cubic/hypercubic or triangular/tetrahedral/hyper-tetrahedral lattices.
https://github.com/btgraham/SparseConvNet/wiki
405 stars 122 forks source link

1d input vectors? #6

Open ameenetemady opened 8 years ago

ameenetemady commented 8 years ago

Hi,

I have a regression problem with sparse 1-dimensional input binary vectors and real valued output \in [0-1]. Should I be able to use SparseConvNet for it almost out of the box?

Thanks, Ameen.