photo

Sukru Yavuz


Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to determine input delay in a Neural Network (NARX) ?
I have a dataset for 3 years with 1 min intervals. And in this dataset there is solar irradiance and I want to predict the solar...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB is shutting down itself
My laptop has 16 GBs of RAM. And I can see that while a script is running, matlab uses 15 GBs of RAM. And I think that it shuts ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Replacing elements of multilevel cell arrays
Hello, I have an multilevel cell arrays of meancalc. For example: To reach any of them, I have to write meancalc{1,1}{:,:}, mea...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


What to do when standard deviation is 0?
Hello everyone, I am trying to calculate the standard deviation of all columns in a dataset. And since some of the observations...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Probability calculation with Naive Bayes Probability Density Function by hand
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class = discretize(v...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


What should I do for NaN values?
I have an 1x507 array with NaN values and I am using this array for another calculation. That's why I think these are effecting ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Multiplication of each column with each other with a condition
I have a table of 4x11. And I would like to multiply each column with each other and save the results to another table. for exam...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Multiplication with for loop (not getting the right results)
for ii=1:4 endfor ii=1:4 deneme{ii,:}= vericell(class==ii,:); for j = 4:14 deneme{ii}{:,j}; ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Creating a 7x8 matrice in range of x and y
How can I create a 7x8 matrice in range of 5 and 26?

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to keep an element fixed until it fits a condition?
for ii=1:4 deneme{ii,:}= vericell(class==ii,:); for j = 4:14 deneme{ii}{:,j}; meanre...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Error using randi (first input must be a positive integer scalar value)
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class = discretize(v...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I calculate mean and standard deviation of each column in cell arrays with for loop?
veri = readtable ('gh.csv'); vericell = table2cell(veri); ghcolumn = cell2mat(vericell(:,3)); veri.Class ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Saving results from loop with intervals
Hi everyone, I am applying Naive Bayes Classification by hand to a data set with formula. My data has 45.000 columns and no cla...

oltre 6 anni fa | 1 risposta | 0

1

risposta