How can i resolving XOR function using Multi Layer Perceptron network with matlab ?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to make XOR function using Multi Layer Perceptron network with matlab code ,,
I'm at the very beginning of studying neural networks but my scarce skills or lack of intelligence do not allow me to understand from popular articles how to correctly prepare training set for backpropagation training method . For example, I want to train 4-layer perceptron to solve XOR with backpropagation .
input layer, first hidden layer,second hidden layer and output layer.Simple XOR function has two inputs, one output: {0,0}=>0, {0,1}=>1, {1,0}=>1, {1,1}=>0.
i have 2 input x1,x2 and want to get the output using matlab code .
PLZ any help ...
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!