![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15794081_1562837862723_DEF.jpg)
Serra Aksoy
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
163 136
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to build a Majority Voting Model?
Hello, I used classification learner app for my train data and want to model a system that combines some of the classification ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to build an Ensemble Voting Classifier Model?
Hello, I want to build an ensemble voting classifer model as you can see below. data=xlsread('train_1.xlsx'); I used clas...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
Determining the number of principal components
Hi everyone, I applied svd method to my matrix as a dimensionality reduction method. My main aim is to get higher classificat...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Using SVD for Dimensionality Reduction
Hello everyone. I have a matrix that has 300 rows(samples) and 5000 columns(features). I need to reduce the number of column...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Reducing the number of features
Hello everyone. I have 300 samples and each sample has 5000 features, so my matrix has 300 rows and 5000 columns. I need to re...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Sum of each row?
Hi, I have a set A=ones(2,3,4); Here, val(:,:,1) = 1 1 1 1 1 1 val(:,:,2) = 1 1 ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Calculating the sum of each row in a matrix.
Hi, I have a code like this: X = [1 2 3 4 5; 3 5 7 9 11; 2 4 6 8 10; 3 9 12 15 18]; minx = m...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrices in a matrix.
Hi, I have 4 matrices: X1=[1;2;3;4] X2=[ 5,6,7,8] X3=[9,10,11,12] X4=[13,14,15,16] I would like to compare these matrices ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Comparing Two Different Arrays
Hi, I have two arrays: A=[ 10 20 30 40 50 ] and B=[ 12 22 32 42 52 ] Here the min(A)= 10 and the max(A)=50 Let's t...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Find the values before an element repeated more than 4 times.
Hi everyone, I have an array like this: A=[ 1 2 3 4 5 0 0 6 7 0 9 0 0 0 10 11 12 0 0 0 0 0 0 0 8 9 ...
environ 5 ans il y a | 1 réponse | 0