On Sunday, August 15, 2021, at 4:50 PM, immortal.discoveries wrote: > What is cross-comp? Cross-comparison: comparison of each input to all other inputs within maximal search range, computing match and miss for each pair. See cross_comp() in line_patterns for the simplest version. I already gave you a link:
On Sunday, August 15, 2021, at 2:56 PM, Boris Kazachenko wrote: > https://github.com/boris-kz/CogAlg/blob/master/line_1D_alg/line_patterns.py On Sunday, August 15, 2021, at 4:50 PM, immortal.discoveries wrote: > But I still want to know your simplest pattern finder, and how it works, See form_P_() in line_patterns. It's a pattern composition out of adjacent pixel matches, the simplest version of connectivity clustering. On Sunday, August 15, 2021, at 4:50 PM, immortal.discoveries wrote: > for predicting the next item. All items, I call them inputs, predict proximate items. Forget next, it doesn't have to be temporal, time is just another dimension. Input composition depends on the level of search: pixels on the 1st level, patterns on the 2nd level, patterns of patterns on the 3rd level. ------------------------------------------ Artificial General Intelligence List: AGI Permalink: https://agi.topicbox.com/groups/agi/T5b614d3e3bb8e0da-Mb2979cccbf993f83b501644e Delivery options: https://agi.topicbox.com/groups/agi/subscription
