photo

mohammed


UUM

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
10 个回答

排名
9,637
of 300,765

声誉
2

贡献数
4 个提问
10 个回答

回答接受率
25.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

14 years 前 | 0

已回答
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...

14 years 前 | 1

已回答
multiple inputs with nntool
can explain more regrading your dataset?

14 years 前 | 0

已回答
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...

14 years 前 | 0

已回答
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...

14 years 前 | 0

提问


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

14 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

14 years 前 | 0

已回答
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

14 years 前 | 0

已回答
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 ...

14 years 前 | 0

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

14 years 前 | 0

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

14 years 前 | 0

提问


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

15 years 前 | 1 个回答 | 0

1

个回答

提问


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

15 years 前 | 1 个回答 | 0

1

个回答