Fork me on GitHub
#uncomplicate
<
2018-09-21
>
fabianmurariu10:09:35

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

blueberry10:09:03

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

fabianmurariu11:09:31

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

fabianmurariu11:09:24

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