项目作者: aysebilgegunduz

项目描述 :
Simple multi layer perceptron application using feed forward back propagation algorithm
高级语言: Python
项目地址: git://github.com/aysebilgegunduz/FeedFwBackProp.git
创建时间: 2017-11-18T13:25:36Z
项目社区:https://github.com/aysebilgegunduz/FeedFwBackProp

开源协议:GNU General Public License v3.0

下载


Feed Forward Back Propagation MLP Application

Simple multi layer perceptron application using feed forward backpropagation algorithm

Parametric Variables:

  • Hidden Layers
  • Neuron Layer Count for both input-output and hidden layers
  • Activation function can be either sigmoid (1) or tanh (2) or ReLu (3)
  • Learning Rate (default will be 0.5)
  • Procedure of Weight Update can be either delta bar (1) or adaptive learning (2) or momentum (3)
  • Epoch count