Community Profile

photo

John Malik


Last seen: 3 years ago Active since 2017

Statistics

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • First Answer

View badges

Content Feed

View by

Submitted


Multiscale Sample Entropy
Computes the sample entropy of a signal.

4 years ago | 15 downloads |

Question


LSTM not outputting sequence
I am attempting to do sequence-to-sequence classification. I havetime series of observations each, and each observation collec...

4 years ago | 0 answers | 0

0

answers

Submitted


Gradient Descent Optimization
A MATLAB package for numerous gradient descent optimization methods, such as Adam and RMSProp.

5 years ago | 12 downloads |

Answered
Creating an array by repeating the index of a cell by the length of the cell
repelem(1:length(data), cellfun(@length, data))

7 years ago | 1

Answered
What is the best way to vectorize this matrix problem?
This question has been answered <http://stackoverflow.com/questions/43666842/can-i-vectorize-this-matrix-task-in-matlab? here>.

7 years ago | 0

| accepted

Question


What is the best way to vectorize this matrix problem?
I have a square matrix A which I would like to manipulate using a "map" matrix D. The result will be the matrix B. The entry B...

7 years ago | 2 answers | 0

2

answers