项目作者: zhangcirun

项目描述 :
A simple 3-layer perceptrons for solving the XOR problem
高级语言: Python
项目地址: git://github.com/zhangcirun/mlp-xor.git
创建时间: 2019-04-27T18:58:28Z
项目社区:https://github.com/zhangcirun/mlp-xor

开源协议:MIT License

下载


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