photo

kavitha subramaniam


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
35,104
of 297,457

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


i have done some coding its logic was correct but when i run it takes very long time what can i do? some give me a hint to get over this problem
long running of code but its logic was correct i think so what can i do

10 years 前 | 1 个回答 | 0

1

个回答

提问


in backpropagation learning algorithm always i used to get the same accuracy rate whatever learning rate and momentum constant is used.So, what is the solution for this
whatever value for learning rate is given the BPN produce the same accuracy rate.what to do

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove the last column in an array
How to remove the last column in this array? a=[1 2 3 4 5 6 7 8 9 1 2 3 ...

10 years 前 | 2 个回答 | 1

2

个回答

1

个回答

提问


a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 resultant matrix is 1 0 2 1 3 1 4 2 5 3 6 2 7 3 8 2 9 1
a=1 2 3 4 5 6 7 8 9 b=0 1 1 2 3 2 3 2 1 How do I interleave columns? resultant matrix is 1 ...

10 years 前 | 2 个回答 | 0

2

个回答