photo

Nadiah Zainudin


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
257,605
of 300,429

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to create neural network with multiple inputs and one target to form a single output?
I have 5 inputs (41 x 80) each. 1 target data (41 x 80). How do i achieve the results using neural network if I want to train t...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Can neural network have multiple sets of excel files as an input?
I have multiple excel files and i would like to use it as a single input. I want to train them using neural network until it be...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how do i merge multiple excel files into a single input
I have multiple files that i would like to merge as a single input. What function do i have to use?

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to merge neural network into genetic algorithm?
no code here. what type of neural network can i use for genetic algorithm?

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do you write a code using fuzzy logic in machine learning?
Are there steps to follow to create a program? Can anyone list down the steps for machine learning using fuzzy logic or neural ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Index exceeds matrix dimensions. Why?
close all; clear all; clc; %load data & display dataset= xlsread('DSN OFFSET.xlsx','R0'); disp(dataset); ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to create a training data from excel sheet to matlab?
close all; clear all; clc; %load data & display data1= xlsread('DSN OFFSET.xlsx','R0'); disp(data1); %filter d...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can i convert excel file into array form in MATLAB
Excel file consist of many data and i want to use array in MATLAB.

8 years 前 | 1 个回答 | 0

1

个回答