项目作者: tranleanh

项目描述 :
Centroid Neural Network for Unsupervised Competitive Learning
高级语言: Jupyter Notebook
项目地址: git://github.com/tranleanh/centroid-neural-networks.git
创建时间: 2020-09-15T09:57:54Z
项目社区:https://github.com/tranleanh/centroid-neural-networks

开源协议:

下载


Centroid Neural Networks for Unsupervised Competitive Learning

Paper
Blog

Implementation of the Centroid Neural Network algorithm.

Introduction

Algorithm



Clustering Process



Demo

Centroid Neural Network

  1. python test_centnn.py

G - Centroid Neural Network

(to be updated)

Citation

  1. @article{park2000centroid,
  2. title={Centroid neural network for unsupervised competitive learning},
  3. author={Park, Dong-Chul},
  4. journal={IEEE Transactions on Neural Networks},
  5. volume={11},
  6. number={2},
  7. pages={520--528},
  8. year={2000},
  9. publisher={IEEE}
  10. }

Have fun!

LA Tran