Skip to content

A simple Neural Network to predict XOR Gate value, Sklearn implementation.

Notifications You must be signed in to change notification settings

samiarja/2-Layer-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A 2 Layer Neural Network


A simple neural network using only numpy , time and Scipy

The target from this is to learn:

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.