photo

tejasvee


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

6年以上 前 | 2 件の回答 | 0

2

回答

質問


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年 前 | 1 件の回答 | 2

1

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 3 件の回答 | 1

3

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答