photo

John Malik


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
2 Answers

File Exchange

2 Files

RANK
18,530
of 297,457

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
4,444 of 20,438

REPUTATION
316

AVERAGE RATING
4.90

CONTRIBUTIONS
2 Files

DOWNLOADS
26

ALL TIME DOWNLOADS
2715

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


Multiscale Sample Entropy
Computes the sample entropy of a signal.

5 years ago | 19 downloads |

4.8 / 5

Question


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

5 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.

6 years ago | 7 downloads |

5.0 / 5

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

8 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>.

8 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...

8 years ago | 2 answers | 0

2

answers