Ashwin Renganathan
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Implementing the (polynomial) "kernel trick" in matlab
Given _p = 2_ vectors _x_ in _R^n_, _y_ in _R^n_, how to compute the kernel of order _m > 2_, which is of the form A = [one...
7 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Performance Question (Nested for loops vs inbuilt functions (cellfun, circshift))
I am using R2017b. I am trying to do the same thing 3 different ways. (1)using 2 nested for loops (2) replacing inner for loop w...
7 years 前 | 2 个回答 | 0
2
个回答提问
search for elements of a vector in a matrix (without using ismember)
I have a matrix A of size Nx2, N is large. I have another vector b of size nx1 and n<<N. I want to filter out those row indices ...
7 years 前 | 4 个回答 | 0