Réponse apportée
how can i bring mse near to 0 as it is very large on training data and how 5 steps ahead prediction is done with ntstool by using closeloop net
Insufficient detail. What are the input and targets? size(input) = ? size(target)= ? What are the significant lags o...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How can i Use GA in MATLAB to train a neural network
Try the newest posts first NEWSGROUP HITS neural ga greg 14 neural genetic greg 20 neural ga ...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How is it possible to use ANN in Optimization Problems ?
It is not clear to what you refer. Two thoughts come to mind: 1. Use an optimization program to train a nnet. 2. Use a nne...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
How to increase train features in a neural network classifier???
Oh, Wait a minute! You are using NEWPNN which uses all of the data for training. I recommend using NEWRBF instead. To sep...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How to use divideind and then get the validate and test accuracy in the confusion matrix?
Regardless of divideFcn, use all of the data at once in train. Make sure the target columns are columns of eye(c) if there are c...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
image classifier using neural network
I assume you are using patternnet. Initial weights and data division depend on the current state of the RNG which changes eac...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Why is the testSet (size) equal to the dataSet after installing net.divideParam.testRatio to 15/100.
The separation of y into trn/val/tst subsets is accomplished via the indices in the training record tr. [ net tr y e ] = tra...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How to set training and taget data for training neural networks?
Make life easy and use a *.txt file. For the NNTBX you will have to transpose your matrices. For classification use patternnet ...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Is it possible to show the significance of each input in relation to the outputs?
The following is a general answer to your title which may or may not be directly applied to your particular problem. 1. It i...

environ 11 ans il y a | 1

Réponse apportée
Neural Network Stock price prediction - Extremely accurate results
% Neural Network Stock price prediction - Extremely accurate results % Asked by Soham Acharjee about 10 hours ago % Hi, %...

environ 11 ans il y a | 0

Réponse apportée
Why is there a difference between output of neural network by inbuilt test function (ANN Toolbox) and custom designed test function? (Test Function: One that checks accuracy of network after training)
MAPMINMAX is not used correctly: 1. The parameters obtained from the training input should be used on the test input. 2. ...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
NARX Close loop error
Try searching both the NEWSGROUP and ANSWERS using greg narxnet closeloop Hope this helps. *Thank you for formally acc...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Neural networks - How to use different datasets for training, validation and testing?
Please clarify because multiple 1/3,1/3,1/3 designs for each trial value of H, the number of hidden nodes, is exactly the best w...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Unable to understand the 0% training for 4th class
1. I do not understand your explanation. Since you have 6 categories, your target columns should come from eye(6). 2. Correct...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
how to generate simple feed-forward code with accuracy?
Use patternnet for classification. help patternnet doc patternnet For c classes, the target columns are obtained from ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How can I access the weights and connections in nftool in MATLAB?
I don't understand: The weights are the connections between neurons. Also, I do not understand why you would want to do this....

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
how can i use the neural network toolbox for face recognition using att database ?
Search both the NEWSGROUP and ANSWERS face recognition neural

plus de 11 ans il y a | 0

Réponse apportée
What are the extra return values of this Neural Network training code?
For regression/curve-fitting (e.g., FITNET) and classification/pattern-recognition (e.g., PATTERNNET) with double variables ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Neural network AIC and BIC calculation (number of parameters?)
Search the NEWSGROUP and ANSWERS using greg Nw Hope this helps. *Thank you for formally accepting my answer* Greg

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
What is the default radial basis function used in newrb() function?
Hyperspherical Gaussian help radbas doc radbas type radbas If you prefer hyperelliptical, use radbas in firnet or pat...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Neural Network Results Are Not Close To Test Data
Yes. You've made at least one mistake.

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
What are the advantages of curve fitting to regression Neural Network ?
Since NNs like FITNET do both, I think you are confused w.r.t. terminology. Do you mean when to use the neural toolbox instea...

plus de 11 ans il y a | 1

Réponse apportée
How can I create dataset from excel file to use for function fitting problem using neural network?
You can do it with or without. If you don't you may come back sometime later and wonder what the names of the variables are....

plus de 11 ans il y a | 0

Réponse apportée
How do I find out the number of neurons in layers?
% newrb( x, t ,MSEgoal, spread, Nbmax, dNdisp ) % x - I x N matrix of N "I"nput vectors. % t - O ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How to calculate mape in matlab for a data type double?
mean(abs(error./target)) Hope this helps. *Thank you for formally accepting my answer* Greg

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
MAPE for out-of-sample in neural network
Not sure why you would use a measure that has the possibility of being infinite. However mape = mean(abs(e./t)) Hope this ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Neural Network Toolbox > Is there anybody who is using 'newff' for multiple inputs?
Using 90 hidden nodes is probably 10 orders of magnitude too high. Use as many defaults as possible. Vary the number of hi...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
NARX - Next Day Prediction of Stock Prices
> I am using a Time Dalay NARX Neural Network to predict the next day prices of stocks from a > particular industry sec...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How can I access the weights and connections in nftool in MATLAB?
I think you will have to use the command line approach and loop over 1 epoch at a time. It will be painfully slow even if you...

plus de 11 ans il y a | 0

Réponse apportée
good test error and wrong relative output
What are the results of something like (Notice the deliberate omission of semicolons) [ I N ] = size(x) [ O N ] = size(t...

plus de 11 ans il y a | 1

| A accepté

Charger plus