项目作者: Natsu6767

项目描述 :
Implementation of a simple perceptron in python.
高级语言: Python
项目地址: git://github.com/Natsu6767/Perceptron.git
创建时间: 2018-06-24T15:59:18Z
项目社区:https://github.com/Natsu6767/Perceptron

开源协议:

下载


An Implementation of a Perceptron in Python.

This is an implentation of a Perceptron in Python3.
The code in this repository is based on the Perceptron example given in the book: Python Machine Learning by Sebastian Raschka.

Results

The Perceptron was trained on the Iris Dataset