Statistics
RANK
5,752
of 297,016
REPUTATION
8
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerHow 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...
7 years ago | 1
| accepted
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...
7 years ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerHow 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 ago | 0
| accepted
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...
8 years ago | 2 answers | 0
2
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersTime 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...
13 years ago | 0