Skip to content

Implement a kernel perceptron classifier to distinguish a specific type of Iris Flower Species out of a total of three different Iris Flower Species.

Notifications You must be signed in to change notification settings

naimulhq/KernalPerceptronClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kernal Perceptron Classifier

In this project, we will be using a Kernal Perceptron Classifier to classify species of Iris flowers. We are given training data which consists of four different attributes: sepal length, sepal width, petal length, and petal width, and the labels indicating the specific species of Iris flower. We will be working with three different species of Iris Flowers: Iris Setosa, Iris Versicolor, and Iris Virginica. By using the training data, we are tasked with training our perceptron to distingusih Iris Setosa from the other two different species with great accuracy.

About

Implement a kernel perceptron classifier to distinguish a specific type of Iris Flower Species out of a total of three different Iris Flower Species.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages