Skip to content

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

License

Notifications You must be signed in to change notification settings

rohanbanerjee/XORal-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages