AndreasZorpidis / perceptron

Graphical Implementations of the Perceptron and Pocket Perceptron Algorithms in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last edit: Jan 22 2020

Perceptron

Graphical Implementations of the Perceptron and Pocket Perceptron Algorithms in Matlab

I created three simple live graphical implementations of the Perceptron algorithm and Gallant's Pocket Perceptron algorithm using Matlab as part of my learning experience for the course of Computational Intelligence at the University of Ioannina - Department of Informatics & Telecommunications (DIT.UOI).

Supervising professor: Stavros P. Adam

1. The Implementations

  • Perceptron.m : The Perceptron Algorithm (Supervised) with sign activation function.
  • PerceptronEuclidean.m : The Perceptron Algorithm (Supervised) with Euclidean distance termination and sign activation function.
  • PerceptronPocket.m : The Pocket Perceptron Algorithm (Supervised) with sign activation function based on the pocket algorithm by Gallant.

2. Useful Links

About

Graphical Implementations of the Perceptron and Pocket Perceptron Algorithms in Matlab

License:MIT License


Languages

Language:MATLAB 100.0%