项目作者: samiarja

项目描述 :
A simple Neural Network to predict XOR Gate value, Sklearn implementation.
高级语言: Python
项目地址: git://github.com/samiarja/2-Layer-Neural-Network.git
创建时间: 2018-03-01T11:02:57Z
项目社区:https://github.com/samiarja/2-Layer-Neural-Network

开源协议:

下载


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.