Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MelihCan9/Perceptron_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron_Algorithm

Perceptron Implementation with Iris Dataset

Created a class named Perceptron and created the needd methods for the implementation.

fit Method

This method basically does the fitting/training process. It updates the weights based on the returned information from net_input() and predict() methods with Delta Rule.

net_input Method

This method does the mathematical operation that ""multiplication of transpose of 'w' and X plus bias"" via dot product method from numpy (np.dot()).

predict Method

This method is kind of activation function.

About

Perceptron Implementation with Iris Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published