Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1023 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 1023 Bytes

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