sani ars
Followers: 0 Following: 0
Professional Interests: PR,ML,DIP,DM,AI
Statistik
41 Fragen
0 Antworten
RANG
10.550
of 295.467
REPUTATION
4
BEITRÄGE
41 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
21.95%
ERHALTENE STIMMEN
4
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
ROC curve for more than one CNN models
Kindly guide. I want to plot ROC curve for AlexNet on my ISIC 2018 dataset having seven classes. I can plot ROC of all seven cl...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using internal.stats.parseArgs (line 42) Wrong number of arguments
I am not able to understand the following error. Also have tried the solutions on MATHWORK question and answer. but unable to fi...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to install googlenet.mlpkginstall
I am trying to install googlenet.mlpkginstall in MATLAB 2018b. but not able to install it. I have searched through the internet ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to access fea file from 20 Newsgroup dataset in Matlab
we have a 20 newsgroup data set contains English news related data. we gave the syntax as: load('20NewsHome (1).mat') >>...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to pass population present in cell to ga() function??...
I need to generate a 3D population matrix i.e. the first entry of population matrix is a 3x4 cell and similarly the 2nd entry......
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to pass data of a cell to matrix??..
i have the code as follows: textdata1(:,:) = textdata(:,1); for j= 1:size(evrtng) tkn = textdata1{j,1}; st_splt= s...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to pass multidimensional population matrix to gaoptimset() function??..
I need to pass the multidimensional population matrix to the gaoptimset() in the following way: [[2 3 4 5; 1...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
text preprocessing functions in MATLAB 2013a
I want to know about the text preprocessing of text dataset in MATLAB 2012b or 2013a i.e. tokenization, stopwords removal functi...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to import .csv file in Matlab having text in it??
How we can import the .csv file on Matlab which also have text in it??.. I have tried it but it import the spreadsheet in matlab...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to delete a row from the matrix??
Suppose if I have a matrix as: san = [ 1 2 3; 4 5 6; 7 8 9; 10 11 12; 13 14 15] if I want to delete second row and all of...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use kmeans() function ??..
I am using kmeans() function as follows: x = [1 2 3 7 3; 4 5 6 9 2; 7 8 9 12 3; 10 11 12 8 1; 13 14 15 12 7] tdata = k...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why ga() function is only finding minimum of the fitness function??...
I want to know about the ga() function given in Global Optimization Toolbox in MATLAB 2012a.... It is finding the minimum of ...
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to calculate the distance between one row vector and a matrix??...
I need to calculate the distance between a one row vector a and a matrix i.e. test_point = [ 1.2 0.6 3.1 1.3] train_dat...
fast 12 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
how to change a number randomly???...
I have a column matrix that contains class labels in it. It has 35 rows... There are 4 class labels ( 1 2 3 4 )... labels = [...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
what is the difference between noise and outlier????..
Kindly, plz tell about the difference between noise and outlier in data mining????..... I have read about it from internet bu...
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
model learning in the presence of noise
what is the effect of class label noise, in training data, on classification model learning??.. I have a training dataset and...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I retrieve the value of the number of generations in Genetic algorithm??
I have set the Generations = 10. Now, I started the ga(). At first time, of course, the value of generations is 1. We call th...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
index exceeds matrix dimensions
what does this error means??... "index exceeds matrix dimensions"
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to access the contents of inner cells in a cell??
I want to access the contents of inner cells of a cell... what is its syntax??. e.g I have a cell named "fold{j}" that contains ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to create cells into a cell??...
my syntax is as follows: for j = 1:7 for i=1:4 inner_cell{i} = train_data; end end I have to...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I access the index of one class? details are given below
i have a dataset which contains 1400 images.. these images are divided into 70 classes. Each class contains the 20 images. so i...
etwa 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how can I fix the resulted population generated by Genetic algo
When i run the genetic algo first time, after setting all options in optomization tool, it give me scores that are correct.... ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to access population matrix generated by genetic algo??..
can someone plz tell how can I have access on population matrix generated by Genetic algorithm?? I am working in MATLAB 2012a...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I access the population matrix generated by genetic algorithm??..
I am working in MATLAB 2012a... I want to access the initial population generated for genetic algorithm... I have set all the...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what should I do with rand() so that the sum of each row should not be greater than one??..
I generated the random numbers from 0 to 1 as follows: Population = rand(20,3) now I wants that the sum of each individual...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
what is indicator function in AdaBoostM1 in Matlab 2012a??
I need the answer of it.... I want to know about the indicator function (I) that is used in Adaboost.M1 Matlab 2012a.... Thi...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the purpose of indicator function (I) in AdaBoost.M1 in Matlab 2011a??..
I want to know about the indicator function (I) that is used in Adaboost.M1 Matlab 2011a.... This is used when we are calcula...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to cross validate the data and use it for ensemble?
I want to cross validate the train data and use it to construct an ensemble .... Actually, I want to construct an ensemble (b...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to remove a number from 1 to 7 if I don't want this??
I have the code as : rng(1,'twister'); index = randsample(N_of_data,prcnt_train); train_labels(index) = rem(train_label...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to delete column from text file without loading it into a matrix first
I have the code as follows: fid = fopen('5_prcnt_noised_iono_train_data.txt','w+'); for i = 1:Ntrain_data fpr...
mehr als 12 Jahre vor | 1 Antwort | 0