photo

Nadiah Zainudin


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
99,245
of 300,338

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer