photo

mohammed


UUM

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
10 답변

순위
9,637
of 300,381

평판
2

참여
4 질문
10 답변

답변 채택
25.0%

획득한 표
1

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 1

답변 있음
multiple inputs with nntool
can explain more regrading your dataset?

14년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

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

14년 초과 전 | 0

답변 있음
Convert CSV to excel file, or read
may you can use excel to do this task instead of matlab

14년 초과 전 | 0

질문


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

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

14년 초과 전 | 답변 수: 1 | 0

1

답변