项目作者: juanpransisko

项目描述 :
A library for LVQ-II neural algorithm
高级语言: Java
项目地址: git://github.com/juanpransisko/LVQNets.git
创建时间: 2018-03-01T17:55:09Z
项目社区:https://github.com/juanpransisko/LVQNets

开源协议:

下载


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