Skip to content

This single perceptron consist of one integer bias and two integer weights. There is an option for using the local minimum function that is useful for shortening the training time. It is able to solve simple logical operations like AND, OR, NAND, NOR, and NOT. It adds the logging functionality of all coefficients, over the iteration process, int…

Notifications You must be signed in to change notification settings

DusanRandD/SPILM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPILM - Single Perceptron with Integer weights and Local Minium function

This single perceptron consist of one integer bias and two integer weights. There is an option for using the local minimum function that is useful for shortening the training time. It is able to solve simple logical operations like AND, OR, NAND, NOR, and NOT. It adds the logging functionality of all coefficients, over the iteration process, into one text file which can be analyzed later. This algorithm can not resolve XOR or XNOR logical operations.

About

This single perceptron consist of one integer bias and two integer weights. There is an option for using the local minimum function that is useful for shortening the training time. It is able to solve simple logical operations like AND, OR, NAND, NOR, and NOT. It adds the logging functionality of all coefficients, over the iteration process, int…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages