matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.1k stars 1.27k forks source link

Added a simple perceptron implementation #728

Closed iMoose closed 6 years ago

iMoose commented 6 years ago

Added the implementation for a simple perceptron.

Applicable as an ACM-IPC problem when required to analyse a set of data and compute a model capable of determining valid data from invalid data.

matthewsamuel95 commented 6 years ago

can u add an example to a readme.md and update the table of contents