/LVQNets

A library for LVQ-II neural algorithm

Primary LanguageJava

LVQNets

Library for implementation of Learning Vector Quantization - II (LVQ II)

LVQ II is a supervised version of the LVQ by Kohonen. Here, the LVQ neural network assumes that all input patterns are known

References:

  1. "Computational Intelligence: An Introduction (2nd ed.)" by Andries P. Engelbrecht
  2. "Clever Algorithms: Nature-Inspired Programming Recipes" by Jason Brownlee