photo

Seyed Navid Shoaiby


Last seen: 2년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
1 답변

순위
275,435
of 300,853

평판
0

참여
11 질문
1 답변

답변 채택
9.09%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

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

1

답변

질문


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

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

0

답변

질문


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

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

1

답변

질문


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

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

1

답변

답변 있음
How 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...

대략 3년 전 | 0

질문


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

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

2

답변

질문


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

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

2

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변