John Malik
Followers: 0 Following: 0
Statistics
RANK
18,178
of 295,569
REPUTATION
2
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
4,467 of 20,247
REPUTATION
310
AVERAGE RATING
4.90
CONTRIBUTIONS
2 Files
DOWNLOADS
27
ALL TIME DOWNLOADS
2651
RANK
of 154,105
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
Feeds
Submitted
Multiscale Sample Entropy
Computes the sample entropy of a signal.
4 years ago | 14 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...
5 years ago | 0 answers | 0
0
answersSubmitted
Gradient Descent Optimization
A MATLAB package for numerous gradient descent optimization methods, such as Adam and RMSProp.
5 years ago | 13 downloads |
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
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