Omotayo Asiru
Followers: 0 Following: 0
Statistik
RANG
7.913
of 295.486
REPUTATION
6
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
6
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortSim 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 ...
etwa 8 Jahre vor | 0
| akzeptiert
Frage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 9 Jahre vor | 7 Antworten | 5
7
AntwortenFrage
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...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 9 Jahre vor | 2 Antworten | 1