Package tests.MSOM
package tests.MSOM
Multi-Self Organizing Map Neural network implementation using BBFlow.
-
ClassesClassDescriptionclass keeping found position during SEARCH phasethis 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/collectorWorkers 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 CollectorSequential version of the MSOM implementation.packet containing instructions and data exchanged between all nodestest function of MSOM with some benchmark with different number of cores used