質問


Operator '+' is not supported for operands of type struct
Trying to get the data for each day separately but getting the error stated above. csv file attached %patient 1 Day 5 %Formatt...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Trying to plot graph in a proper time series manner
*The original file is the csv file and I am trying to get a time series plot of the entire file to determine if it is stationary...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Trying to get 80% and greater accuracy from network. Can someone help in editing my code to reach to 80% or close too?
clc; clear all; close all; load generated_data.mat % 2289*180 % 6 classes X1_T = X1'; rand('seed', 0) ind = randperm(siz...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Trying to get validation and test accuracy on plot
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %Shuffling dat...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Attempting to correctly code the validation and testing data into network
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing i...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Correctly getting validation and testing for network
clc; clear all; close all; %Import/Upload data load generated_data.mat clc; clear all; close all; %Import/Upload data load ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Error using trainNetwork (line 184) Invalid training data. For regression tasks, responses must be a vector, a matrix, or a 4-D array of numeric responses. Responses must not
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Trying to remove zeroes from dataset to determine a proper min, max, mean and median
%Tried using this method but completely gets rid of columns with zeroes load generated_data.mat colsWithZeros = any(X1==0) X...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Data in 4D array but still getting error and network issue
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing i...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


Error when trying lstm regression not sure of the issue
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing i...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Number of observations in X and Y disagree.
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing i...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Number of observations in X and Y disagree. For convolution neural network
clc; clear all; close all; %Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing i...

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Trying to create neural network but getting a NaN error from dataset
%Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing insulin data X2_T = X2'; %S...

2年以上 前 | 0

質問


Trying to create neural network but getting a NaN error from dataset
%Import/Upload data load generated_data.mat %transposing glucose data X1_T = X1'; %transposing insulin data X2_T = X2'; %S...

2年以上 前 | 3 件の回答 | 0

3

回答