Hanan Shteingart
Followers: 0 Following: 0
PhD student in computational neuroscinece
Professional Interests: signal processing, neuro computation, machine learning, reinforcement learning
Statistics
RANK
3,498
of 296,468
REPUTATION
16
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
4,002 of 20,379
REPUTATION
361
AVERAGE RATING
4.70
CONTRIBUTIONS
6 Files
DOWNLOADS
9
ALL TIME DOWNLOADS
3420
RANK
of 156,514
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
Levenshtein Distance Fast (MEX) C++
Computing the Levenstein distance between strings fast in matlab using external mex c++ code
10 years ago | 3 downloads |
Submitted
Parallel Analysis (PA) to for determining the number of components to retain from PCA.
component is retained if the associated eigenvalue is bigger than the 95th of the distribution of ei
11 years ago | 2 downloads |
cell array into 3d matrix
You can concatenate cell array content using the "cat" function with this syntax: cat(dim, A{:}) where A is your cell array
11 years ago | 6
Submitted
Tests against the null hyptothesis of whiteness
Tests whether a given signal is white (delta function in autocorrelation)
11 years ago | 1 download |
Submitted
test periodicity
Test for signal periodicity using Fisher's g-statistics (see references below)
11 years ago | 1 download |
Submitted
cellfunfun
cellfunfun is identical to cellfun but takes care for uniformOutput parameter
11 years ago | 1 download |
Submitted
faster perfcurve (just in case you use FPR and TPR)
Did you notice perfcurve is slow? This version of perfcurve is faster
11 years ago | 1 download |
Matlab Pool Error
Solved. write this in the command line a= findResource; cd a.DataLocation delete *.mat and then run matlabpool open ...
13 years ago | 0
| accepted