photo

mladen


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
6 个回答

排名
273,694
of 297,527

声誉
0

贡献数
2 个提问
6 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Real Time Windows Target (RTWT) in Windows 8
I was getting blue screens and needed to restart on windows 8.1 64 bit, when i ran a script. On the other, exact same machine an...

10 years 前 | 0

已回答
cannot open local matlabpool
Solved it. It was firewall, as someone mentioned somewhere. On Windows go to: Control Panel\System and Security\Windows Firew...

11 years 前 | 0

已回答
MATLAB "Out of memory" problem
I managed to solve the problem by installing 64-bit Windows 8.1 and 64-bit Matlab 2013b.

11 years 前 | 0

已回答
Neural Network - Multi Step Ahead Prediction
Be aware that predicting outputs this way (similar to cascade relaization of linear system) has great sensitivity to parametar e...

11 years 前 | 0

提问


How to use different transfer functions within the same layer of a neural network?
For example, hidden layer with 3 different neurons: 1.tansig, 2.logsig, 3.elliotsig. I understand that this influences normaliz...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Neural networks: How to use param in apply(n,param) and da_dn.m ?
My apply function looks something like this: function A = apply(n,param) %.... %.... A=a1.*a2; end now I would like to...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
How to use a custom transfer function in neural net training
Thank you Bob. Nice trick with feedforwardnet.m (good for permanent use). I've managed to do this but some new questions arise: ...

12 years 前 | 0

已回答
How to use a custom transfer function in neural net training
Could anybody upload some examples of modified tansig.m and +tansig folder? This would be very helpful for my project and for o...

12 years 前 | 0