Community Profile

photo

tejasvee


Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Please tell me the error in this code.
function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = ELM(sinc_train.txt,sinc_test.txt,0,1,radbas); ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


How to plot roc curve for multi class?
I have 3 classes and i want to plot roc curve for my classifier. But by using plotroc it is plotting only for binary class. I ca...

quasi 7 anni fa | 1 risposta | 2

1

risposta

Domanda


how to plot confusion matrix for multi class there is some error using plot confusion.
How to plot confusion matrix for 5 class i am plotting using plot confusion it plots messed matrix. i am attaching screen shot o...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to save for loop variable output data in csv file?
I want to save for loop output in csv file. I want to save value of "label_index_expected" in csv file.I have tried but i am not...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save for loop output in single csv file?
I want to save out of for loop in single csv file. I am able to save it in different numbered csv file but want to save in singl...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to save for loop output of each iteration in csv file?
I want to save for loop output of each iteration in csv file. i have code as for i = 1 : size(TV.T, 2) [x, label_index...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to plot ROC for multi class?
I have 5 class and want to plot ROC for it and i am able to plot for binary class but not for 5 class.Please guide me to plot RO...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to save output of variable in csv file in one column like vectors?
I have code in output is saved in particular variable and i want to it in csv file and i am able to save it in csv file but i wa...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save output of variable in csv file?
I have MATLAB code and output is saved in variable and i want to save in csv file. And there is no example of that in doc of MAT...

quasi 7 anni fa | 3 risposte | 1

3

risposte

Domanda


How to generate confusion matrix for multi class?
I have 4 classes and want to plot confusion matrix.I referred to examples but i can't understood. Anyone please help how to plot...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Error in adding variable to output argument field
Hello, I have to add variable in output argument field in my code.But it is giving error. I have attached the code. I have to ...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Number of Instances reduces after normalizing data set in csv file ?
Hello, I have normalized my data set using Data = rand(10, 20); % Test data, use your data instead minData = min(Data(...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to plot Confusion matrix and ROC for my own machine code not using predefined tools of MATLAB?
I have code for Extreme Learning Machine and i am predicting disease using my own data set.How to plot Confusion matrix and ROC ...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Error using: unable to read dataset1. No such file or directory found.
When i run my code it gives the above error even if *dataset1* file is present. i checked using *exist(dataset1.txt)* then it re...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save normalized data set in file for using it again?
I have dataset in csv file. I have normalized it using Data = rand(10, 20); % Test data, use your data instead minData ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to normalize data set in MATLAB. If it is csv file .
I want to train my Extreme Learning Machine. but data set should be normalized between -1 to 1.My data set is csv file.i want to...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to change code of machine which works only for predefined data set?
Hello Experts, I have a code for machine for testing and training but it works only for predefined data set. Please help me wha...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


To make vector compatible to matrix.
I have code for disease prediction in which It is equation w = (H'*H+l1*eye(nh,nh))\(H'*Data.y);in which *data.y* is not compati...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


error in the code not getting removed
Hello Experts, I have code in which it gives error of "Error of inner matrix dimension". i have checked many of answers in the ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


syntax error in code
Hello Experts, i have code while running it gives XLSREAD unable to open file 'cleveland.xls' i have attached the code and datas...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


syntax error which is not going after removing
hello experts, i have matlab code for disease prediction in neural network , while running there is error. please help to remove...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to understand this code segment
I have this code segment, how to understand this train_data=load(TrainingData_File); T=train_data(:,1)'; P=train_data...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


code for prediction in artificial neural network and extreme learning machine is same?
i have this code of prediction i want to know it can be used for prediction of any thing like disease, weather etc. please help ...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Extreme Learning Machine Prediction code in Matlab. Please Help
Code for prediction in Artificial Neural Network and Extreme Learning Machine is same? Please Help me i don't have knowledge of ...

circa 7 anni fa | 0 risposte | 0

0

risposte

1

risposta

Domanda


Extreme learning machine for prediction
I want to apply extreme learning machine for prediction.The commonly used code is http://www.ntu.edu.sg/home/egbhuang/ELM_Codes....

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


pls help me how to train and test data and classify using extreme learning machine.
i have downloaded the code from http://www.ntu.edu.sg/home/egbhuang/elm_kernel.html. i cant understand where and how to give th...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to give matrix as input in matlab to program.how to predict disease using Extreme learning machine.
I am begginer for matlab and i want to predict disease using Extreme learning machine. i have http://www.ntu.edu.sg/home/egbhua...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


please explain this code.
clear; %%%%%%%%%%%%%%%%%%%%%%%%%%%Modified LEACH%%%%%%%%%%%%%%%%%%%%%% xm=400; %diameters of sensor network ym=400; ...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


I am working onHEER ( Hybrid Energy Efficient reactive Protocol) for that i need matlab code of HEER. please help me.
Please any one help me to get HEER matlab code.

circa 10 anni fa | 2 risposte | 0

2

risposte