Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 559 Bytes

Perceptron

Perceptron is a simple model of a single layered Artficial Neural Network that works for binary classification problems.

This repository is the implementation of a perceptron model from scratch in python and gives us an sample usage using two-class iris data.

Dataset Description

The dataset (iris.csv) contains a set of 100 records with 4 attributes - Petal Length, Petal Width, Sepal Length, Sepal width

Target Variable: Class(Species) of the Iris Flower