Omotayo Asiru
Followers: 0 Following: 0
Statistics
RANK
7,913
of 295,569
REPUTATION
6
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
6
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
How to improve the performance of my neural network
I am using matlab nprtool to train a neural network for classification. I have 367 data samples of 32 inputs and 2 classes. 207 ...
8 years ago | 1 answer | 0
1
answerSim function giving different answer
I got it sorted. Just wanna post my solution so another person with same problem can sort it easily. It turns out that i needed ...
8 years ago | 0
| accepted
Question
Sim function giving different answer
I have trained a neural network with XOR gate using nprtool. I want to export it into my .net application. I used d sim function...
8 years ago | 1 answer | 0
1
answerQuestion
What is the default supervised learning algorithm in matlab
With this code below [x,t] = iris_dataset; net = patternnet; net = configure(net,x,t); net = train(net,x,t); save('C...
8 years ago | 1 answer | 0
1
answerQuestion
how to supply input and target to train a neural network with directly from a file on the system.
I want to train a neural network for classification and i have a large data set. How do i make the matlab editor to load my inpu...
9 years ago | 0 answers | 0
0
answersQuestion
how to save and reuse a trained neural network
I just trained a neural network and i will like to test it with new data set that were not included in the training so as to che...
9 years ago | 7 answers | 5
7
answersQuestion
How to train a neural network to 0.1 error rate?
Hello, I have written this code to train a neural network with 500 samples as the inputs and 32 attributes.Its a classificati...
9 years ago | 1 answer | 0
1
answerQuestion
how to write a neural network code for classification problem from scratch
I need to train a neural network for classification and I want to code from scratch because I want to have control over it. I tr...
9 years ago | 2 answers | 1