photo

Aydin Ahmadli


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
179,063
of 300,779

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Neural Networks - Function approximation
Problem is to suggest weights of a multi-layered neural network computing the function f(x1, x2) = 3 − x1 − x2, where x1, x2 are...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Output threshold function, Neural Network
I am using neural network of 1 hidden layer with 2 neurons, 2 input neurons and 2 output neurons. My aim is to set output thresh...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Function approximation using Neural Networks.
I have a task like this : Manual design of a neural network for computing a function - Suggest weights of a multi-layered neura...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Elementary question, for loop implementation
I need to implement "for" loop: I have 5 matrices, m1,m2,m3,m4,m5 of size 2x3. in first for loop: A=m1 (size 2x3) B=[m2,m3,...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Easy for loop implementation, cell array
I have cell array containing 5 matrices. I need to implement "for" loop that each time 1 matrix out of 5 matrices is labeled a...

7 years 前 | 0 个回答 | 0

0

个回答

提问


SIMPLE QUESTION : Partiation of data
Hello, I have 2x600 matrix. I need to separate it into 5 matrices, each of which is 2x120.... Which way is the easiest way to do...

7 years 前 | 3 个回答 | 0

3

个回答

提问


HELPPP --- function input is String which is name of another respective function
I want to implement function : function m=matlab('learn') %something here end Above, string of learn must be the name of res...

7 years 前 | 0 个回答 | 0

0

个回答

提问


help me with implementing simple funtion
I was asked to implement function F= CrossVal(’PLearn’,’PRecall’,Par1,’PLearn’,’PRecall’, Par2) 'PLearn', 'PRecall' are string...

7 years 前 | 1 个回答 | 0

1

个回答

提问


function whose argument is a string containing name of respective function.
I have simple question: function m=forexample('hey') Above, 'hey' is string containing name of the respective function. How ...

7 years 前 | 1 个回答 | 0

1

个回答