/libPerceptron

Implementation of a simple Perceptron classifier.

Primary LanguageC++

This code is highly incomplete.

Goals

Implementations for

  • Perceptron -- complete
  • Multi-Layer Perceptron (MLP) using backprop -- incomplete
  • Radial Basis Function Perceptron (RBFP) -- incomplete