yumatsuoka / back_propagation

multi layer neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back Propagaton

Abstract

implement back propagaton to execise python coding.
Firstly, I implement back propagaton with only python. Secondly, I do it with Numpy. Data on experiments are XOR and the Iris-dataset. Numpy one is named with 'numpy' on the codes.

Requirements

  • Python 3.x (checked Python 3.4.3)
  • numpy (checked numpy 1.11.0)

How to use

python src/*.py

About

multi layer neural network


Languages

Language:Python 100.0%