Backpropagation Neural Network Java Code pour l'apprentissage du modèle de porte XOR

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 pour l'apprentissage du modèle de porte XOR
Pour l'apprentissage JAVA (2018-03-16-01)
Deep Learning from scratch Java Chapter 4 Apprentissage des réseaux de neurones
[Deep Learning from scratch] dans Java 3. Réseau neuronal
[DL4J] Premier apprentissage en profondeur Java (reconnaissance de caractères manuscrits à l'aide d'un réseau neuronal entièrement connecté)
Premiers pas pour l'apprentissage profond en Java
Apprendre pour la première fois java [Introduction]