Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 226 Bytes

File metadata and controls

6 lines (5 loc) · 226 Bytes

A neural network that can learn an AND, OR, or XOR logic gate. Uses traditional back propagation. A python and matlab version were created.

Network Architecture: 2 input nodes ==> 1 hidden layer [3 nodes] ==> 1 output node