질문


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

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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 ...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 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...

대략 4년 전 | 답변 수: 3 | 0

3

답변