scalanlp / breeze

Breeze is/was a numerical processing library for Scala.
https://www.scalanlp.org
Apache License 2.0
3.45k stars 692 forks source link

DenseTensor? #590

Open Hydrotoast opened 8 years ago

Hydrotoast commented 8 years ago

From the wiki, I see that there exists DenseVector and DenseMatrix; however, is there a DenseTensor data structure?

dlwh commented 8 years ago

no. people have offered to add one about 4-5 times, but no one's followed through yet.

On Sun, Oct 2, 2016 at 11:15 PM, Gio Borje notifications@github.com wrote:

From the wiki, I see that there exists DenseVector and DenseMatrix; however, is there a DenseTensor data structure?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/590, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAloWASFuT-q_fjbRqIeXeO-4SKjSIwks5qwJ2AgaJpZM4KMRNr .

stormy-ua commented 8 years ago

+1 to the issue. I was thinking about building a simple deep learning algorithms with breeze, but the lack of the support for Tensor makes it infeasible.