Tom Gerard
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
37,704
of 295,569
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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
Question
Parameter ranges for sigmoid and polynomial kernel
Hello I would like to use a SVM classifier with a sigmoid and polynomial kernel. The sigmoid kernel has the following form...
8 years ago | 0 answers | 0
0
answersQuestion
How to calculate weighted negative log-likelihood?
Hello I'm calculating the negative log-likelihood for a bunch of tasks: NLL = p1∗p2∗...∗pn = −(log(p1)+...+log(pn)) p i...
8 years ago | 0 answers | 0
0
answersQuestion
How to let fminsearch only search over integers?
I'm using the <http://ch.mathworks.com/help/matlab/ref/fminsearch.html fminsearch> Method of Matlab to minimize a function: ...
8 years ago | 1 answer | 0
1
answerQuestion
Normalizing data to [-1, 1] range
Hello I have a training dataset which is of size NxD and a test dataset which is of size AxD. The rows are the data points an...
8 years ago | 2 answers | 1
2
answersQuestion
How do I do weighted classification?
Hello I'm using classifiers in Matlab (e.g. [fitcsvm](http://ch.mathworks.com/help/stats/fitcsvm.html) or [fitcknn](http://ch...
8 years ago | 2 answers | 0
2
answersQuestion
Tuning Parameters for Boosting/Bagging/Random Forest
Hello I want to use tree-based classifiers for my classifiaction problem. I'm thinking about bagging, boosting (AdaBoost, Log...
8 years ago | 0 answers | 0
0
answersQuestion
Mex compilation error (-o unkown)
Hello I’m using the Random Forest library for Matlab ( <https://code.google.com/archive/p/randomforest-matlab/downloads link>...
8 years ago | 1 answer | 0
1
answerQuestion
How to set weights in fitcsvm?
Hello I'm using the fitcsvm method from Matlab to train a SVM. The BoxConstraint parameter is the C (cost). Because I have hi...
8 years ago | 0 answers | 0