implementing perceptron algorithm for OR gate with 10 inputs
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I wanna implementing perceptron algorithm for OR gate with 10 inputs.but i don't know how should i set my inputs .the truth table of or gate with 10 input will have hundred rows .
this is an array for 2 input or gate .i want it with 10 input ...
p=[0 0 1 1;0 1 0 1];
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Define Shallow Neural Network Architectures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!