Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 644 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 644 Bytes

mlp-xor

Introduction

In this project, a simple backprpagation neural network (BP network) is developed for solving the XOR problem. The XOR problem is a typical inseparable problem in the field of artificial neural network (ANN). It is the problem of implementing a neural network to predict the outputs of two binary inputs through an exclusive-or logic gates.

XOR problem: alt text

3-layer proceptron: alt text