photo

Kamuran Turksoy


Last seen: 1 year 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
3 个回答

排名
6,018
of 300,759

声誉
8

贡献数
6 个提问
3 个回答

回答接受率
16.67%

收到投票数
1

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Is it possible to change some properties of only a subset of units (neurons) in a hidden layer?
I am wondering if it is possible to change some properties of only a subset of units (neurons) in a hidden layer? Let say you ha...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Multi Input Multi Sequence Neural Network
The question is how to define a multi input multi sequence neural network (NN) in Matlab? There is a way to define multi sequ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I set the normalization of the performance parameter in training a neural network?
net.performParam.normalization does not have an option of 'normalized'. It has three options: 'none' (default: no normaliza...

8 years 前 | 1

| 已接受

提问


Why neural network sometimes performs worse when additional input variables are used?
Why neural network sometimes performs worse when additional input variables are used? I would expect a neural network traine...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Selection of Neural Network Training Data
One can divide his/her data into training, validation and testing and use them to train a neural network model (regression in my...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How to change the performance function of neural network to mean absolute relative error
I found my own answer for the performance function myperf = mse(1-y./t) as follows: net.performFcn='mse'; % this is the defau...

8 years 前 | 0

| 已接受

提问


How to change the performance function of neural network to mean absolute relative error
Hello, I know the Matlab NN toolbox has MSE, SSE, MAE and SAE performance functions but would like to implement a custom perf...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Single PLS model based on multiple datasets
Is there any way to train a single PLS model on several training datasets? Let X1, X2 and X3 be the predictive variables mat...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
Time Series Normalization??
If you have multiple inputs, and the amplitudes of your inputs are different then it is better to normalize your inputs. In othe...

14 years 前 | 0