photo

Kanak Jain


Attivo dal 2018

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

quasi 6 anni fa | 1 risposta | 1

1

risposta