photo

Priya Dharshini


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
222,914
of 300,918

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,685

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Attempt to reference field of non-structure array error message while running genetic algorithm code
While running my genetic algorithm code i'm getting the following errors Attempt to reference field of non-structure array....

9 years 前 | 1 个回答 | 0

1

个回答

提问


Error while running ga code. How to use function handler .? Undefined function or variable 'FcnArgs'
I have error while running my M file. My function handler is as follows h=@(x) rmse_test(x,FcnArgs{net:inputs:target}); ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


To optimize a neural network by giving 46*3 inputs from excel and getting 46*1 output using a genetic algorithm
I have found the answer from the Matlab team but the code is applied for a single input. *I need to get 3 inputs of 43 rows f...

10 years 前 | 2 个回答 | 0

2

个回答

提问


I have the following code while running i'm getting parse error at 'clear':usage might be invalid MATLAB syntax. I'm unable to fix this error could anyone help me..??
function nmse_calc = nmse(wbr, net, input, target) % wbr contains the weights and biases vector in row vector form as %...

10 years 前 | 4 个回答 | 0

4

个回答

提问


Could anyone help me how to write a code to find the fitness function that could be used in optimization toolbox by using 3 inputs and getting an output using neural network (Training Process)
Hi, I'm new in learning genetic algorithm in matlab. Could anyone help me how to write a code to find the fitness function th...

10 years 前 | 1 个回答 | 0

1

个回答