Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 2 Jahre vor | 0

Frage


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

mehr als 2 Jahre vor | 3 Antworten | 0

3

Antworten