photo

S0852306


2023년부터 활동

Followers: 0   Following: 0

메시지

Spoken Languages:
Chinese
Pronouns:
He/him

통계

All
MATLAB Answers

0 질문
6 답변

File Exchange

1 파일

순위
5,183
of 300,365

평판
10

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
3

순위
8,503 of 20,933

평판
98

평균 평점
5.00

참여
1 파일

다운로드 수
16

ALL TIME 다운로드 수
582

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 5-Star Galaxy Level 1
  • Knowledgeable Level 1
  • First Answer
  • Personal Best Downloads Level 2
  • First Submission

배지 보기

Feeds

보기 기준

제출됨


Surface Fitting using Neural Networks
Solve N-dimensional surface fitting problems with extremely high accuracy.

1년 초과 전 | 다운로드 수: 14 |

5.0 / 5
Thumbnail

답변 있음
Choosing a suitable fit for the graph
You may try sum of multiple gaussian,i.e. normalize and before the curve fit is perform, i.e. x_hat = (x - mean(x)) / std(...

1년 초과 전 | 1

답변 있음
How to extract data from nnstart fitting algorithm
" but i want to extract the Y data for both test and validated datas and for new set of X values." I'm not entirely sure about ...

대략 2년 전 | 0

답변 있음
Non Linear Regression for a surface
@Hidd_1 "I found a function that fitt the surface with R2 = 0.92, do you have any tips how can I improve it?" About this proble...

2년 초과 전 | 1

| 수락됨

답변 있음
Multi Variable Non-linear Curve Fitting in MATLAB
Try this: Multivariable surface fitting The fitted surface matches your data quite well: root mean square error : 0.1482 sum ...

2년 초과 전 | 0

답변 있음
2D data fitting - Surface
Try nonlinear model, this is the result i got, file exchange : surface fitting you can see the fitted surface match the data ...

2년 초과 전 | 1

답변 있음
Smooth curve in certain regions to get desired output
You may also try using curve fitting, here's the result I got: (I...

2년 초과 전 | 0