项目作者: MManoah

项目描述 :
Perceptron
高级语言: C++
项目地址: git://github.com/MManoah/perceptron-example.git
创建时间: 2020-04-01T00:33:58Z
项目社区:https://github.com/MManoah/perceptron-example

开源协议:MIT License

下载


Perceptron Example

This is a C++ example of a perceptron that was orginally made in Java by The Coding Train. Given an X and a Y value. The perceptron guesses whether that point is above or below the line of Y=X.

The Coding Train Video

Examples:

if x=4 and y=2 : guess=-1

if x=2 and y=4 : guess=1

Project Overview


Built With

  • C++

License

This project is licensed under the MIT License - see the LICENSE file for details