Skip to content

Training AND/OR logic to a single-layered perceptron.

Notifications You must be signed in to change notification settings

NathanielParizi/Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Perceptron

Training AND/OR logic to a single-layered perceptron.

The Perceptron is an algorithm for supervised learning of binary classifiers. Binary classifiers can determine when an input represents a vector of numbers or belongs to a specific class. It is a classification algorithm that can make predictions on problems which are linearly separable such as AND/OR logic.

About

Training AND/OR logic to a single-layered perceptron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages