项目作者: pceuropa

项目描述 :
Single layer Perceptron in Python from scratch + Presentation
高级语言: JavaScript
项目地址: git://github.com/pceuropa/peceptron-python.git
创建时间: 2019-04-24T11:46:21Z
项目社区:https://github.com/pceuropa/peceptron-python

开源协议:MIT License

下载


Code to presentation about Perceptron

Presentation about single layer perceptron,
An ettempt to explain:

  • mathematical calculations
  • weights
  • error function
  • parts of diagrams neutral network
  • activation functions
  • learning algorithms
  • lienarly separable sets
  • how use PlayGround TensorFlow to imporove skills of comprehensions mainly topis machine learning.

Presentation about machine learning based on the Perceptron.
Sponsor : Software House Wroclaw

Visualistaion of all stages learn of model by Matplotlib and mlxtend.plotting.

Directory structure

  1. presentation/ Html presentation
  2. ancillary.py/ Ancillary functions (visualistations, etc.)
  3. data.py/ Data example
  4. main.py/ Main file
  5. perceptron.py/ Perceptron Class
  6. test-task.py/ Test of task

Requirements

Python 3.6+