Statistics
30 Questions
0 Answers
RANK
14,232
of 295,467
REPUTATION
3
CONTRIBUTIONS
30 Questions
0 Answers
ANSWER ACCEPTANCE
43.33%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Please tell me the error in this code.
function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = ELM(sinc_train.txt,sinc_test.txt,0,1,radbas); ...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 1 answer | 2
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 3 answers | 1
3
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
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(...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
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 ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 2 answers | 0
2
answersQuestion
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
What is syntax error in this line function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = ELM(sinc_train.txt,sinc_test.txt,0;1;radbas);
I can't recognize what is error in this line. plz help me.
7 years ago | 1 answer | 0
1
answerQuestion
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....
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
please explain this code.
clear; %%%%%%%%%%%%%%%%%%%%%%%%%%%Modified LEACH%%%%%%%%%%%%%%%%%%%%%% xm=400; %diameters of sensor network ym=400; ...
10 years ago | 0 answers | 0
0
answersQuestion
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.
10 years ago | 2 answers | 0