title | author | date |
---|---|---|
Loading Features From Dictionaries |
Damian Mingle |
04/30/2018 |
from sklearn.feature_extraction import DictVectorizer
---
title: "Perceptron In SciKit-Learn
author: "Damian Mingle"
date: 04/30/2018
---
The perceptron is a supervised learning algorithm which uses a set of function to learn from inputs to determine if they belong to some class or not. It was one of the earliest machine learning techniques used and still is at the center of many modern neural networks.