photo

mohammed


UUM

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
10 Réponses

RANG
9 637
of 297 503

RÉPUTATION
2

CONTRIBUTIONS
4 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
1

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


kpss test command results
Hi how can I know the give data set is stationary or not for example Data_Airline data set is stationary? i apply kpsstest...

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

1

réponse

Réponse apportée
Extracting data from a loop
u can get the last value of mu by typing mu in new line without ";" example mu to get max mu u have to store all valu...

presque 14 ans il y a | 0

Réponse apportée
multiple inputs with nntool
The following code import 4 columns as inputs, and 1 column as output may you can modify as your own dataset inputs = xlsr...

presque 14 ans il y a | 1

Réponse apportée
multiple inputs with nntool
can explain more regrading your dataset?

presque 14 ans il y a | 0

Réponse apportée
multiple inputs with nntool
There is may way to load your data before using nntool the following URL shows how to load data from text file http://ww...

presque 14 ans il y a | 0

Réponse apportée
import csv file and skip the first 5 lines that contain text
I advice you to convert your files to excel, then you can use the following code inputs = xlsread('fileName.xls', 1, 'A6:D10...

presque 14 ans il y a | 0

Question


GA- Individuals, Populations and Generations
Hi, assume There is a dataset has 2 inputs, 1 output, and 100 Rows What the Individuals, Populations and Generations of above ...

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

2

réponses

Réponse apportée
Xlsread and Strcuture
for your first question in your excel file store the number of rows using count function at cell for example "a1" use the fo...

presque 14 ans il y a | 0

Réponse apportée
HOW TO INCLUDE NEW TRAIN FUNCTION IN THE NEURAL NETWORK TOOLBOX.
may you visit the following page http://www.mathworks.com/help/toolbox/nnet/advance6.html#22773

presque 14 ans il y a | 0

Réponse apportée
neural network - backpropagation - do program
Input/Output data must be Matriceslike this Inputs = [16.0 3.0 2.0 13.0 5.0 10.0 11.0 8.0 ...

presque 14 ans il y a | 0

Réponse apportée
Weights after training
you can access the weight using the following code InputWeight=net.IW LayerWeight=net.LW Bias=net.b

presque 14 ans il y a | 0

Réponse apportée
Convert CSV to excel file, or read
may you can use excel to do this task instead of matlab

presque 14 ans il y a | 0

Question


how can i use genetic algorithm to teain preceptron
Hi all; how can i use genetic algorithm to teain Perceptrons?

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

1

réponse

Question


neural networks results
Hi all, How can I test Neural Networks using new data?

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

1

réponse