项目作者: bwconrad

项目描述 :
Backpropagation implementation in Python
高级语言: Python
项目地址: git://github.com/bwconrad/backpropagation.git
创建时间: 2017-12-25T16:41:00Z
项目社区:https://github.com/bwconrad/backpropagation

开源协议:

下载


Backpropagation

Implementation of backpropagation network written in python3. The single hidden layer network implements a 2 variable XOR gate without the use of any libraries.

User can choose learning rate and number of epochs for the training.

The network achieves an error of 2.5e-5 after 1e4 epochs with a learning rate of 10.