gaiasilvestri / XORproblem-solver

A neural network that solves the XOR problem with backpropagation. Trained with the delta rule. MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATLAB SIMULATION

XOR problem-solver

Neural network simulation - an XOR problem solver with backpropagation. Trained with the delta rule. This program plots the error rate across iterations and the final weights of the various synapses.

Input layer:2 units. Hidden layer: 4 units. Output layer: 1 unit.

About

A neural network that solves the XOR problem with backpropagation. Trained with the delta rule. MATLAB