Skip to content

This is an Artificial Intelligence project that performs a Perceptron algorithm of neural network-supervised learning to classify 8 different colors out of all possible RGB combinations.

License

Notifications You must be signed in to change notification settings

hernandesmacedo/perceptron-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click here to access the page!

This is an Artificial Intelligence project that performs a Perceptron algorithm of neural network-supervised learning to classify 8 (eight) different colors out of all possible RGB combinations:

#ff0000 Red

#00ff00 Green

#0000ff Blue

#000000 Black

#ffffff White

#ffff00 Yellow

#ff00ff Magenta

#00ffff Cyan

Interface

github github