![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25535231_1644317846043_DEF.jpg)
Seyed Navid Shoaiby
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
122.858
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
9.09%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Hi all. I want to create a custom loss function for a simple neural network so that it computes the data mean squared error and satisfies a simple equation.
I want to combine the data loss function and an equation to constrain my NN output. The data loss function can be a mean squared...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
I cannot run the "fmincon" solver.
I am trying to use "fmincon" to solve a problem, but I get the same error, again and again. This is the error: Error using fmin...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
I want to multiply a vector by a number and calculate the sum of all the values.
I have a vector, and I want to calculate the sum of the values at each step. For example, A = [18;15;125;48;78;69;48;15;12;2]. I...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to set a .CSV file as a datastore, and then set the fifth and the fourth columns as predictors, and the third column as the target.
I want to designate a CSV file as a data store. Then I want to transform the 5th and the 4th columns as predictors to my neural ...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB neural network application
I trained my data, using neural network time series application. Then, I exported the model to my work space. When I wanted to p...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I plot outliers in their correct position with respect to the original data?
This plotting does not show the outliers in correct order. I want to plot the original data, and then mark the outliers in their...
más de 2 años hace | 1 respuesta | 0
1
respuestaHow can I plot outliers and original data together?
This plotting does not show the outliers in correct order. I want to plot the original data, and then mark the outliers in their...
más de 2 años hace | 0
Pregunta
How can I plot outliers and original data together?
I set a threshold for my outliers, a then find them by "any" command. Now I want to plot the original data and the outliers tog...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
I get an error when I try to run my logistic regression.
This is my gradient function for logistic regression, but when I try to run it, I get an error that says "the left and right sid...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Outlier removal from a matrix
I removed the outliers from my dataset with rmoutliers(A,'mean') command. It should remove the data 3 standard deviations from t...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Removing outliers from a matrix
I removed outliers from my each column of my feature matrix, but now I have feature vectors with differing lengths. I cannot mak...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a structure which includes some structures within itself. I want to get all the values in the inner structure and create a single column vector. How can I do that?
for i = 1:120 A = []; for j = 1: A(j) = data(i).I; end end I do not know how to define "j". "I" is a str...
más de 2 años hace | 1 respuesta | 0