Research Article

Recall Network: A Simple Brain-Inspired Algorithm for Classification

Table 2

Comparison with similar algorithms in terms of mechanism, complexity, and structure (pictures of NN, MemNN, HTM, and ACO are copied from https://www.wikipedia.com; the time complexity and space complexity of ANN and MemNN are collected from [1117]).

AlgorithmMechanismTime complexitySpace complexityStructure

RNSum up the votes in an end-to-end routeO (n ∗ d ∗ m)O (n ∗ d)

ANNA linear combination of neurons and weights

MemNNSearch the most relevant memory slot step by step until the answer is found

HTMThe lower level outputs the generated pattern to higher levels hierarchically\\

ACOGood paths are encouraged to repeat while random exploration is still maintained\\