Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 651 Bytes

XOR problem solved in a simple python script

About this repo

This repository contains the logic and scripts that combine three packages:

  • Tensorflow An end-to-end open source machine learning platform.

Gallery

This is the actual architecture of the NN:

alt text

And this is the reached Acc for this Architecture

alt text

Maybe you can reach a loss less than .02 ;-)

Install

Just download this repo and execute main.py with python interpreter

Credits

Credits to The Coding Train