photo

mohammed


UUM

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

4 Domande
10 Risposte

RANK
9.637
of 300.364

REPUTAZIONE
2

CONTRIBUTI
4 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

Risposto
multiple inputs with nntool
can explain more regrading your dataset?

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

Domanda


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

oltre 14 anni fa | 2 risposte | 0

2

risposte

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

oltre 14 anni fa | 0

Risposto
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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

Risposto
Weights after training
you can access the weight using the following code InputWeight=net.IW LayerWeight=net.LW Bias=net.b

oltre 14 anni fa | 0

Risposto
Convert CSV to excel file, or read
may you can use excel to do this task instead of matlab

oltre 14 anni fa | 0

Domanda


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

oltre 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 14 anni fa | 1 risposta | 0

1

risposta