Community Profile

photo

Kamuran Turksoy


Last seen: presque 3 ans il y a Actif depuis 2012

Followers: 0   Following: 0

Contact

Statistiques

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

Afficher les badges

Feeds

Afficher par

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

plus de 6 ans il y a | 1

| A accepté

Question


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...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 7 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

presque 7 ans il y a | 0

| A accepté

Question


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...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 7 ans il y a | 1 réponse | 0

0

réponse

A répondu
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...

environ 12 ans il y a | 0