Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prediction quality using ApicalTiebreakTemporalMemory? #995

Open
Thanh-Binh opened this issue Mar 7, 2023 · 1 comment
Open

prediction quality using ApicalTiebreakTemporalMemory? #995

Thanh-Binh opened this issue Mar 7, 2023 · 1 comment

Comments

@Thanh-Binh
Copy link

Dear all,
I am using 2 versions of ApicalTiebreakTemporalMemory

  1. very old C++ version in htmresearch.core of Numenta (very complicate codes)
  2. very new Python version in advanced folder of htm.core (very understandable and clean codes)
    for predicting a simple wave like sin() (exactly: ApicalTiebreakSequenceMemory).
    The old version functions well and can predict after very short learning.

However, the new one in htm.core can not predict it even after very long learning time.
Does anybody test it any have idea to fix the bugs?
Thanks

@Thanh-Binh
Copy link
Author

I found partly that the option
maxSynapsesPerSegment = -1
causes it fail to predict.
By setting: maxSynapsesPerSegment = 255, it works.

But I am not sure why?
Maybe due to the fact the number of synapses per segments increases dramatically???
Does anyone have idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant