Giter Club home page Giter Club logo

self-organizing-map's Introduction

Self-Organizing-Map

Implementation of basic SOM clustering on IRIS dataset on Python.

SOM tutorial: http://www.ai-junkie.com/ann/som/som1.html

Dataset source: https://archive.ics.uci.edu/ml/datasets/iris

Visualization of the clustering result:

   Red  = Iris-Setosa
   Green = Iris-Virginica
   Blue = Iris-Versicolor

png

Details of the above visual representation:

Each pixel can be said to represent a node of the SOM.

If a pixel is brightly colored it means a lot of patterns of the class represented by the color activates that pixel i.e that pixel is the best matching unit for many patterns of the same class.

The contrary is true too. That is, darker colored pixels are the best matching units for only a few patterns of the class represnted by the color.

If a color is a mixture of two (like 'blueish-green'), then the pixel represents a 'gray-area' i.e that pixel is best matching unit for patterns of different classes.

Black pixels are not the best matching pixels for any of the input patterns.

self-organizing-map's People

Contributors

jrc1995 avatar jsreid13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

self-organizing-map's Issues

Updated to python3

Thanks for creating this iPython notebook it was really helpful for learning SOMs, I updated it to Python3 on my fork, I can submit a PR to add it as a new branch if you're interested for anyone else who wants to use this notebook in Python3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.