A simple Neural Network to predict XOR Gate value, Sklearn implementation.
A simple neural network using only numpy , time and Scipy
1. How to write a neural network from scratch.
2. Using Libraries as less as I can to understand the math behind the scene.
3. To share knowledge and discover more about Deep Learning.
All the credit goes to Siraj Raval and his famous Youtube channel.