Noob questions :) #84
-
Hello, everyone! I've stumbled upon this project after reading some comments of Boris in Numenta's discussion site. I'm very intrigued as his it's an approach different from both deep learning / fitting of polynomial functions (which I deem to be filled with issues too) and neuromorphic algorithms (like SNNs or Numenta's / Corical's HTM; which instead I'm more interested in). I've decided to spend a bit of time going more in depth through your codebase and your Wiki. I've given a first, superficial, reading of the latter, yet I've several questions (and many more might come). I'm sorry anyway - these are pretty newbie doubts (I've many and they are not linked to each other: bear with me :) ). So:
Again, sorry for the noob questions: I'm still trying to wrap my head around these ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Appreciate your interest Raffaele! 1: The process is selective per level of an input pattern, so time and cached memory depends on predictive value of that pattern, only 1st-level comparison is default. Good questions, great to see some serious interest! |
Beta Was this translation helpful? Give feedback.
Appreciate your interest Raffaele!
1: The process is selective per level of an input pattern, so time and cached memory depends on predictive value of that pattern, only 1st-level comparison is default.
2: The "archetypes" should be learned, so that's no different from patterns, and the differences you mentioned are formed by their cross-comp: my core process.
3: The wiki? It's not very detailed as a roadmap, but this is basic research at this point, we figure things out as we go.
4: Yes, I meant my comparison-first scheme, neuromorphic intelligence obviously did evolve on its own. I see my scheme as the next level, it can't emerge without NI just like NI can't emerge without life. Ration…