Skip to content

Simple perceptron and ADALINE learning visualization GUI

License

Notifications You must be signed in to change notification settings

mrobakowski/perceptron-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron Example

This is a little GUI tool written for Neural Networks class at Wrocław University of Technology.

This tools allows to generate random, linearly separable 2D data-points and then train a simple neuron to classify its inputs accordingly. You can also edit the generated points yourself (by double clicking).

The tool allows to train the neuron using following methods:

  • simple perceptron learning algorithm
  • ADALINE learning algorithm

Known bugs

The graph library used sometimes causes NPEs when updating existing graphs.

About

Simple perceptron and ADALINE learning visualization GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages