AYMERIC BARBIN
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
77,250
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
feedforward net, when divideFcn set to 'dividerand', what part of the data is used for training and for testing ?
Hello, If I construct a feedforward neural network like so: net1=feedforwardnet(50,'traincgf'); net1=configure(net1,x,t); % i...
3 years ago | 1 answer | 0
1
answerQuestion
Error using feedforwardnet (line 72) FCN does not return an info object.
Hello, With this code: % Configuration: alg1 = 'nnd9mc';% First training algorithm to use H = 50;% Number of neurons...
3 years ago | 1 answer | 0
1
answerQuestion
Z must be a matrix, not a scalar or vector.
Hello, I would like to turn the figure drawn by this code: t = linspace(-10,10,1000); xt = exp(-t./10).*sin(5*t); yt = e...
4 years ago | 1 answer | 0