Skip to content

tranleanh/centroid-neural-networks

Repository files navigation

Centroid Neural Networks for Unsupervised Competitive Learning

Paper Blog

Implementation of the Centroid Neural Network algorithm.

Introduction

Algorithm

Clustering Process

Demo

Centroid Neural Network

python test_centnn.py

G - Centroid Neural Network

(to be updated)

Citation

@article{park2000centroid,
  title={Centroid neural network for unsupervised competitive learning},
  author={Park, Dong-Chul},
  journal={IEEE Transactions on Neural Networks},
  volume={11},
  number={2},
  pages={520--528},
  year={2000},
  publisher={IEEE}
}

Have fun!

LA Tran