Backpropagation Neural Network Java Code for learning XOR gate pattern

I made neural network to learn XOR gate pattern using backpropagation learning method.

XOR Gate Pattern:

A = 0 B = 0 A XOR B = 0

A = 0 B = 1 A XOR B = 1

A = 1 B = 0 A XOR B = 1

A = 1 B = 1 A XOR B = 0

Java code for this neural network can be found here: https://github.com/d-3-nny/AI-repo

Recommended Posts

Backpropagation Neural Network Java Code for learning XOR gate pattern
For JAVA learning (2018-03-16-01)
Deep Learning from scratch Java Chapter 4 Neural network learning
[Deep Learning from scratch] in Java 3. Neural network
[DL4J] Java deep learning for the first time (handwriting recognition using a fully connected neural network)
First steps for deep learning in Java
Sample code collection for Azure Java development
Learning for the first time java [Introduction]