Community Profile

photo

Tushar Aggarwal


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Get a sorted matrix of eigen vectors
Normalize X to have 0 mean X=X-mean(X(:)); calculate covariance covx = cov(X); and then eignvectors and eigenva...

8年以上 前 | 0

質問


Get a sorted matrix of eigen vectors
I have to write a function that takes in X (N*D data matrix) and return eigenvecs a D*D matrix, normalized eigenvectors (with le...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I formulate soft margin SVM in primal form for quadprog function?
I am not able to formulate the matrices needed for quadprog function to solve soft margin SVM.

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to divide a column in equal density bins.
I have a column of values of which some are missing (nan). I want to implement a function that discretizes them into 10 equal d...

8年以上 前 | 2 件の回答 | 0

2

回答