Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 440 Bytes

File metadata and controls

executable file
·
11 lines (8 loc) · 440 Bytes

Solving XOR gate problem with Neural Network using keras in Tensorflow 2.2 library.

Please make sure you have Tensorflow package installed if not, you can install tensorflow using the following command:

pip install tensorflow

This repository is created for machine learning begginers, each code is fully commented, please read the comments carefully to have a clear idea of how neural network works.

python main.py