matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

Perceptron code using sklearn library of python #876

Closed amulyagaur closed 5 years ago

amulyagaur commented 5 years ago

Sklearn is an easy to use machine learning library of python. It can be used to create a perceptron in just a few lines of code.