photo

Kanak Jain


2018년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


How to implement multiclass kNN in matlab?
I have been working on a dataset with 5 features and it has been classified into 3 classes. I have divided the data into trainin...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to implement Linear Discriminant Analysis in matlab for a multi class data?
I have been working on a dataset with 5 features and 3 classes. I have divided the dataset into training and testing and I want ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to vary the units in the hidden layer for a feedforwardnet and get the number of units which give the highest % of Correct Classification?
The code looks as follows, n is the number of layers in the input layer. I want to vary the value of n from 1 to 100 and obtain ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to set the maximum value of a column in a matrix to 1 and other values to 0?
For example: if the matrix is given as: 1 6 3 6 2 5 6 7 6 4 3 10 It should look like this: 0 1 0 0 0 0 1 ...

거의 6년 전 | 답변 수: 1 | 1

1

답변