uncomplicate

fabianmurariu 2018-09-21T10:14:35.000100Z

How would I go about an implement operations that work in a batch like way, say you have the super obvious (Wx + b) but you need this to run over W0..Wk , x0..xk, b0..bk

2018-09-21T10:49:03.000100Z

i don’t anderstand what exactly you are asking about. any specific example?

fabianmurariu 2018-09-21T11:10:31.000100Z

I'll dig around a bit, I'm not very familiar to neanderthal yet, I suspect I'm looking for something similar or having the same properties as a tensor along dimension https://deeplearning4j.org/docs/latest/nd4j-overview#getsettensor , however I'm not sure the same thing applies

fabianmurariu 2018-09-21T11:21:24.000100Z

is there any support for 3d/4d arrays?