8000 GitHub - zhangcirun/mlp-xor: A simple 3-layer perceptrons for solving the XOR problem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhangcirun/mlp-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple 3-layer perceptrons for solving the XOR problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0