Package tests.MSOM


package tests.MSOM
Multi-Self Organizing Map Neural network implementation using BBFlow.
  • Classes
    Class
    Description
    class keeping found position during SEARCH phase
    this is our Collector, waiting result from ALL workers in case of SEARCH and waiting ONLY from node involved in case of LEARN.
    Emitter receives commands from the external and send to workers what to do.
    MSOM class creating emitter, collector and connect workers each others and with emitter/collector
    Workers of the MSOM containing a part of the neural network and communicating with neighbours (TOP, LEFT, BOTTOM, RIGHT) Receiving instructions from Emitter and sending results to Collector
    Sequential version of the MSOM implementation.
    packet containing instructions and data exchanged between all nodes
    test function of MSOM with some benchmark with different number of cores used