photo

Saeed


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
18,002
of 300,343

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
2

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to make 'trainlm' command to use my initial values for weight optimization of a ANN?
Actually i want to pretrain the ANN with a different algorithm and then continue the training with 'trainlm', so i want to use t...

9 years ago | 0 answers | 0

0

answers

Question


what does this command: "@(x) Function" means in matlab?
function mse_calc = mse_test(x, net, inputs, targets) net = setwb(net, x'); y = net(inputs); mse_calc = sum(...

9 years ago | 1 answer | 1

1

answer