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

Fixing spatial anomaly for htmcore WIP #15

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
354a025
Disabled spatial anomaly leads to terrible score for HTMcore
breznak Jul 30, 2019
a51f60d
Revert "Disabled spatial anomaly leads to terrible score for HTMcore"
breznak Aug 3, 2019
d6023e3
Htmcore detector: remove artificial spatial-anomaly code
breznak Aug 3, 2019
3a0c513
WIP tuning score
breznak Aug 3, 2019
ae2e699
htmcore: added date-time encoder fields
breznak Aug 3, 2019
4fe8b48
htmcore: tune params 2
breznak Aug 3, 2019
387b744
tuning SP
breznak Aug 9, 2019
34d369d
Merge branch 'master' into fixing_spatial_anomaly
breznak Oct 4, 2019
09f2839
updating configs
breznak Oct 4, 2019
1767a98
Revert "updating configs"
breznak Oct 4, 2019
353fc81
improve import
breznak Oct 9, 2019
c93715e
Merge branch 'master_community' into fixing_spatial_anomaly
breznak Apr 16, 2020
eaa5828
Merge branch 'master_community' into fixing_spatial_anomaly
breznak Apr 16, 2020
ce9d08e
Merge branch 'master_community' into fixing_spatial_anomaly
breznak Apr 16, 2020
a9bbb7a
optimized params
psteinroe Apr 19, 2020
df537b0
Merge pull request #25 from steinroe/fixing_spatial_anomaly
breznak Apr 19, 2020
5063805
Merge remote-tracking branch 'community/fixing_spatial_anomaly' into …
breznak Apr 19, 2020
fe28a8a
slightly tune SP params
breznak Apr 19, 2020
de2b318
update SP params 2
breznak Apr 19, 2020
aa1d27c
Merge pull request #26 from htm-community/tuning_2
breznak Apr 19, 2020
26fa621
results with SP w numActiveColumnsPerInhArea
breznak Apr 20, 2020
855bb47
Merge branch 'fixing_spatial_anomaly' into fix_sp_anomaly2
breznak Apr 20, 2020
61328b5
update results with the new params
breznak Apr 20, 2020
ea01da4
use original numenta params
psteinroe Apr 20, 2020
31b4a61
Merge pull request #28 from steinroe/fix_sp_anomaly2
breznak Apr 20, 2020
673c8f0
Merge pull request #27 from htm-community/fix_sp_anomaly2
breznak Apr 20, 2020
0f571f4
reintroducing fake spatial anomaly score
psteinroe Apr 20, 2020
05373ac
make spatial tolerance a parameter
psteinroe Apr 20, 2020
a35f872
Merge pull request #29 from steinroe/fixing_spatial_anomaly
breznak Apr 20, 2020
65a61b3
minor fix to enable "reset"
psteinroe Apr 21, 2020
8ad844a
Merge pull request #30 from steinroe/fixing_spatial_anomaly
breznak Apr 21, 2020
20452e4
optimization results
psteinroe Apr 22, 2020
7f73723
Merge pull request #32 from steinroe/fixing_spatial_anomaly
breznak Apr 22, 2020
6e758ca
Merge branch 'master_community' into fixing_spatial_anomaly
breznak Apr 23, 2020
0cc8545
Revert "Merge pull request #33 from Zbysekz/pandaVisImplementation"
breznak Apr 30, 2020
7ee95cd
Merge branch 'undoPandaVis' into fixing_spatial_anomaly
Zbysekz Sep 15, 2020
d72fbe3
Merge pull request #42 from Zbysekz/fixing_spatial_anomaly
breznak Sep 15, 2020
9ef15d4
undo pandaVis implementation
Zbysekz Sep 15, 2020
4d4e594
Merge branch 'fixing_spatial_anomaly' into undo_PandaVis
Zbysekz Sep 15, 2020
755027e
Not using spatial anomaly
Zbysekz Sep 15, 2020
e835f88
Merge pull request #44 from Zbysekz/undo_PandaVis_and_mergeFixSpatial
breznak Sep 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ was a lack of developer activity in the upstream repo.
- [x] additional community-provided detectors:
- `htmcore`: currently the only HTM implementation able to run in NAB natively in python 3. (with many improvements in [Community HTM implementation, successor of nupic.core](https://github.com/htm-community/htm.core/).
- `numenta`, `numenta_TM` detectors (original from Numenta) made compatible with the Py3 codebase (only requires Py2 installed)
- [x] the HTM visualization tool [HTMPandaVis](https://github.com/htm-community/HTMpandaVis) could be used with htm_core_detector (set PANDA_VIS_ENABLED flag to True)
- [ ] additional datasets
- TBD, none so far

Expand Down
12 changes: 6 additions & 6 deletions config/thresholds.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
},
"htmcore": {
"reward_low_FN_rate": {
"score": -1.6511067861578468,
"threshold": 0.5014187204194446
"score": 34.43795016270592,
"threshold": 0.5029326032024234
},
"reward_low_FP_rate": {
"score": 20.39992539458499,
"threshold": 0.5122987896930875
"score": 26.355029506794175,
"threshold": 0.5059866296414081
},
"standard": {
"score": 30.348893213842153,
"threshold": 0.5014187204194446
"score": 49.43795016270592,
"threshold": 0.5029326032024234
}
},
"htmjava": {
Expand Down
Loading