Killian Flynn
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
94.385
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Error when training neural network: Unable to use a value of type network as an index
Hello I get this error when training this neural network Unable to use a value of type network as an index. Error in ANN (line...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab error when evaluating a neural network
Hellow I am having an error when I am trying to evaluate a neural network. The code is as follows: % Load the sample data load...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Split data into training and validation sets
Hello I am trying to split this data into a 70% and 30% partition with 70% stored for training and 30% for validation for traini...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Neural Network Error for Number of inputs does not match the net number of inputs
Hello. For some reason the number of inputs does not match the net number of inputs. Inputs is a 13x80 array and the labels are ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Error for input into Neural Network
Hello. I am trying to train a neural network but I am getting an error. My code is: data =readtable('EURUSD=X.csv') [m,n] = si...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Remove matrix from cell array that doesn't fit required matrix size
Hello. I am trying to make a cell array which splits the data into sets of 20 days. This nearly works but for the last set which...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
indeHow to index values from a cell array
Hello. I am trying to index a cell array. Each cell stored in the variable DataE20 looks like this. 1.1244 1.1207 1.120...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Splitting data into sets of 20 to store in a variable
Hello I am trying to split the data from Open, High, Low and Close into sets of every 20 days. I want DataE20 (data every 20 day...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Gauss-Siedel for Load Flow Analysis
Hello. I am trying to find an answer for what V2 but it doesn't seem to really be converging. Not too sure where I'm going wrong...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Tying to make an array of labels for a certain length
Hello. I am trying to make an array which looks like 1 1 1 . .... . 0 0 0 . .. . . 0 0 0 . . .. . . with a length of m to be...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Selecting the same amount of data for all categories based on different labels
Hello. I am trying to edit the data in the input array above so that the new_data array has the same amount of bad,good and ex...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove compare 2 arrays so that when there is a in a column, it removes the column in another array
cvs_data =csvread('spruce tree timber quality.csv',1,0) expert_ratings = cvs_data(:,12)' %inputs inputs = cvs_data(:,1:11)'; ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove rows from an array where there is a 1 in a logical array of the same dimensions
cvs_data =csvread('spruce tree timber quality.csv',1,0); expert_ratings = cvs_data(:,12)'; %inputs inputs = cvs_data(:,1:11)';...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to rearrange an equation in matlab to get the poles?
%Values Vs = 1; Z0 = 50; R = 50; C = 1e-9; L = 0; syms s %Where s = j*w %Impedance of the resistor ZR = R; %Impedanc...
casi 3 años hace | 2 respuestas | 0