rohanbanerjee / XORal-network

A Numpy based implementation to understand the backpropagation algorithm using the XOR Problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XORal-network

This is the most basic form of neural network used for understanding the backpropagation algorithm using the XOR gate.

Language used: Python
Library used: NumPy

"keras_XOR.py" contains the implementation of the XOR gate using the keras library. It is a comparitively easier implementation than writing it using just the NumPy library.

About

A Numpy based implementation to understand the backpropagation algorithm using the XOR Problem.

License:MIT License


Languages

Language:Python 100.0%