-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add support for frameworks.OPF from python #459
Comments
Some valuable info!
https://discourse.numenta.org/t/sdrclassifier-returning-confidence-of-nan/5972/8?u=breznak I'd like to use this information two ways:
Simply merge all needed OPF python code, for short term (well, we never know) support of things like NAB, htm.research. Without much love or care in fixing the code, rewriting to c++, just merge what exists, trying to minimize the code by using our bindgins api where possible (and easy).
and do not block any alternative ways for doing param. optimization. So ACK 👍 |
Point of clarification: parameter optimization refers to the general process of finding good arguments for a program. Swarming is a specific technique for doing so. PR#433 uses a different technique known as "grid search". |
Along the lines of getting a machine readable set of parameters... |
probably not, OPF was deprecated by numenta. We already have swarming, NAB etc running with the new htm.core codebase. |
OPF support for our repo, that means swarming (parameter optimization), and describing HTM models in JSON.
This might be a lot of code! Although I don't expect any complications with removed c++ code dependencies (like SparseMatrix).
This would make running NAB #205 rather easy.
PR #433 is a different approach to parameter optimization (nupic calls it swarming).
The text was updated successfully, but these errors were encountered: