Cheng Zhang
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
81,363
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to get the R (not R^2) from a linear regression 'poly1'?
When I use [f,gof,output] = fit(x,y,'poly1') I can get gof = struct with fields: sse: 0.3126 ...
3 years ago | 1 answer | 0
1
answerQuestion
Optimise multiple variables with "Division by an OptimizationVariable not supported"
I try to fit several unknown constants to match the experimental data. % experimental data c = [0.05; 0.1; 0.2; 0.4; 1]; obs ...
3 years ago | 1 answer | 0
1
answerQuestion
Can I use weights and bias to manually verify the feedforwardnet?
I have 20 input and 20 target. I build feedforwardnet with one hidden layer of 10 neurons. I got "input weight (IW)" size of 10*...
3 years ago | 1 answer | 0
1
answerQuestion
How to re-load MatLab's feedforwardnet to Workspace?
I create a feed-forward neural network 100 times, each time with different input and target. The trained model is saved into "FF...
3 years ago | 1 answer | 0