项目作者: gentaiscool

项目描述 :
Implementation of multi-layer perceptron neural network
高级语言: Java
项目地址: git://github.com/gentaiscool/multi-layer-perceptron.git
创建时间: 2016-08-25T06:12:25Z
项目社区:https://github.com/gentaiscool/multi-layer-perceptron

开源协议:MIT License

下载


multi-layer-perceptron

The repository contains multi-layer perceptron code written in Java. I am trying to implement the code based on “Machine Learning” book by Tom Michell http://www.cs.cmu.edu/~tom/mlbook.html.

Features

  1. Sigmoid (non-linear function)
  2. Backpropagation with weight updating
  3. Applies momentum to weight updating
  4. Sample: XOR Operation

Dataset

The program uses dataset which can be downloaded from: