Community Profile

photo

Kamuran Turksoy


Last seen: 거의 3년 전 2012년부터 활동

Followers: 0   Following: 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...

대략 6년 전 | 답변 수: 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...

6년 초과 전 | 답변 수: 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...

6년 초과 전 | 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...

거의 7년 전 | 답변 수: 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...

거의 7년 전 | 답변 수: 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...

거의 7년 전 | 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...

거의 7년 전 | 답변 수: 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...

대략 7년 전 | 답변 수: 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...

대략 12년 전 | 0