Skip to content

yumatsuoka/back_propagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages