Skip to content

Implementing Perceptron Learning Algorithm in C

manishtrivedi994/PLA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Perceptron Learning Algorithm

  • The following program implements Perceptron learning Algorithm
  • It is trained on iris data set
  • Accuracy is 90%
  • Not works on non linear data
  • Testing is not done
  • Error percentage should be there

Execution

$ gcc pla.c
$ ./a.out

About

Implementing Perceptron Learning Algorithm in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%