Statistics
8 Questions
0 Answers
RANK
35,104
of 297,016
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
i have done some coding its logic was correct but when i run it takes very long time what can i do? some give me a hint to get over this problem
long running of code but its logic was correct i think so what can i do
10 years ago | 1 answer | 0
1
answerQuestion
How to compare the first row first column value to the first row second column value in excel . eg: 3 4, 5 6, 7 8 : i need to compare 3 with 4 then assign 2 to that row ie., which column has high value that column number is assigned to that row.
eg: 2 3 4 5 6 7 9 8 output: 2 2 2 1 working 2 is compared with 3 2nd column value is h...
10 years ago | 2 answers | 0
2
answersQuestion
in backpropagation learning algorithm always i used to get the same accuracy rate whatever learning rate and momentum constant is used.So, what is the solution for this
whatever value for learning rate is given the BPN produce the same accuracy rate.what to do
10 years ago | 1 answer | 0
1
answerQuestion
How to remove the last column in an array
How to remove the last column in this array? a=[1 2 3 4 5 6 7 8 9 1 2 3 ...
10 years ago | 2 answers | 1
2
answersQuestion
i f i have an array a=[1 2 3 4 1;6 7 8 9 2].I need to split this array based on the value in last column.Resultant array b=[1 2 3 4],c=[6 7 8 9]. The splitted array b should contain the row whose last column is 1 and c 2
a=[1 2 3 4 1 5 6 7 8 2 3 4 5 6 1 4 3 2 1 1] Resultant matrix is : b=[1 2 3 4 3 4 5 6 4 3 2 1] c=[5 6 7...
10 years ago | 1 answer | 0
1
answerQuestion
a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 resultant matrix is 1 0 2 1 3 1 4 2 5 3 6 2 7 3 8 2 9 1
a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 How do I interleave columns? resultant matrix is 1 ...
10 years ago | 2 answers | 0
2
answersQuestion
how to merge two matrix into single matrix . two matrix is of size 270x13 into single matrix of 270x26 .this can be done by merging the cells alternatively.a=[1 2 3 4],b=[5 6 7 8],c=[1 5 2 6 3 7 4 8].is there any command available in matlab.help me .
a=[1 2 3 4 5 6] b=[7 8 9 10 11 12] resultant matrix: c=[1 7 2 8 3 9 4 10 5 11 6 12]
10 years ago | 1 answer | 0
1
answerQuestion
how to form membership matrix using gaussian membership function .The membership matrix is of size S*(D*c) whereas S-no of samples,D- no. of features,C- no. of classes present in dataset. membership value for each feature to the given classes
I need the matlab code for fuzzification process mentioned in the following paper
10 years ago | 0 answers | 0