numenta / htmpapers

Numenta published papers code and data
GNU Affero General Public License v3.0
318 stars 88 forks source link

Add initial files for Columns+ paper #11

Closed scottpurdy closed 5 years ago

scottpurdy commented 6 years ago

WIP

rhyolight commented 6 years ago

@scottpurdy I know this is a WIP, but do you know there is a missing import for capacity_simulation? At least I cannot run the scripts in this PR as-is.

scottpurdy commented 6 years ago

@rhyolight - I haven't done any validation yet. Feel free to share anything specific you've found but I will validate before merge

rhyolight commented 6 years ago

Specifically, looks like capacity_simulation is missing:

∙ python run_capacity_heatmap.py --bumpType gaussian --resultName results/capacityHeatmap_gaussian.json --repeat 1
Traceback (most recent call last):
  File "run_capacity_heatmap.py", line 24, in <module>
    import capacity_simulation
ImportError: No module named capacity_simulation
scottpurdy commented 6 years ago

@lscheinkman - This work is now blocked on htmresearch==0.0.3 release (which requires htmresearch-core release).

mrcslws commented 5 years ago

Two of these files aren't needed:

In htmresearch/projects/union_path_integration I meant to move these to the "entorhinal" subfolder. (I forgot.)

mrcslws commented 5 years ago

In all of the files that contain --repeat 1, we can just change it to --repeat 5.

lscheinkman commented 5 years ago

@scottpurdy Done with my review. 👍 I was able to reproduce all charts with the changes above.

scottpurdy commented 5 years ago

This should be ready to merge now aside from needing a link in the top level README to the journal web page for the paper once it is published.