Overview
I sometimes use Perceptron, one of the machine learning algorithms, as practice of algorithm writing from scratch.But in many cases, it is highly recommended to use machine learning library. Although there are not many cases in practice that we use Perceptron, it is not wasted to know how to write Perceptron by the library, concretely scikit-learn.
On this article, I’ll show how to write Perceptron by scikit-learn.
