Community Profile

photo

Rohit Gupta


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Access element of ND array specified by another array?
I have a N1 x N2 x N3 dimension Tensor T. Plus I have a 1 x 3 array a = [a1 a2 a3]. How do I access element T(a1,a2,a3). Is ther...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Optimizing functions involving higher dimensions?
I want to find minimum for function in higher dimension. I found minf_lbfgs() in tensorlab but it requires me to give gradient. ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculating gradient for equation in higher dimension?
Suppose I have a loss function in higher dimension say tucker decomposition Are there any tools for automatic gradient calcul...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Convert unfolded tensor back to higher dimensional tensor?
I use below function to convert tensor into unfolded matrix function X = unfold(A,n) d = size(A) X = reshape(shiftdi...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort