Skip to content

Hello-World-Blog/Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Perceptron from scratch in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages