Open Hydrotoast opened 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 .
+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.
From the wiki, I see that there exists
DenseVector
andDenseMatrix
; however, is there aDenseTensor
data structure?