Community Profile

photo

Sukru Yavuz


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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 ...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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}; ...

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer