Skip to content

A Java implementation of Back Propagation using Java solving the XOR example.

License

Notifications You must be signed in to change notification settings

mbofos01/BackPropagation-XOR

Repository files navigation

Project: XOR gate using backpropagation algorithm Author: Michail - Panagiotis Bofos

Note: if you have Python and pyplot installed the program will create its own error/epoch and success/epoch plots, anyhow the requested files will still be created.

Instructions:

Windows: 
        1) javac *.java
        2) java Network parameters.txt

Unix/Linux:
        1) Run runXOR.sh parameters.txt - or - runXOR.sh parameters.txt -C [if you want to clean up the .class files created]

About

A Java implementation of Back Propagation using Java solving the XOR example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published