Coder Social home page Coder Social logo

numenta / htmpapers Goto Github PK

View Code? Open in Web Editor NEW
316.0 57.0 86.0 11.03 MB

Numenta published papers code and data

License: GNU Affero General Public License v3.0

Python 22.96% Shell 0.18% Dockerfile 0.23% Jupyter Notebook 76.49% Makefile 0.13%
numenta paper theory neocortex htm

htmpapers's People

Contributors

abhi-iyer avatar lscheinkman avatar lucasosouza avatar mrcslws avatar nielsleadholm avatar scottpurdy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

htmpapers's Issues

Why does this repo contain only 2 papers?

In the README file, you say

This repository is currently under construction and will include the source code for all scripts used on Numenta's papers.

But, AFAIK, there have been more than 2 papers already published by Numenta. I am not sure why this would take so much time to do. The last commit to this repo was in November of last year.

Questions about running the_htm_spatial_pooler program

I tried running train_sp.py but it didn't work.
I don't know the reason, so I want to ask for help.
Error message:
Traceback (most recent call last):
   File "/disk2/zya/htm_pro/htm-paper/frontiers/the_htm_spatial_pooler_a_neocortical_algorithm_for_online_sparse_distributed_coding/train_sp.py", line 640, in
     Metrics, expName = runSPexperiments(expConfig)
   File "/disk2/zya/htm_pro/htm-paper/frontiers/the_htm_spatial_pooler_a_neocortical_algorithm_for_online_sparse_distributed_coding/train_sp.py", line 553, in runSPexperiments
     reconstructionError(sp, testInputs, activeColumnsCurrentEpoch))
   File "/disk2/zya/env/paper-htm/lib/python2.7/site-packages/htmresearch/frameworks/sp_paper/sp_metrics.py", line 836, in reconstructionError
     numActiveColumns = int(sp._localAreaDensity * sp._numColumns) + 0.0
AttributeError: 'SpatialPooler' object has no attribute '_localAreaDensity'

Missing property on sp in HTM SP paper

See original report on HTM forum. I was able to replicate the error below:

Traceback (most recent call last):
  File "train_sp.py", line 640, in <module>
    metrics, expName = runSPexperiments(expConfig)
  File "train_sp.py", line 553, in runSPexperiments
    reconstructionError(sp, testInputs, activeColumnsCurrentEpoch))
  File "/Users/mtaylor/nta/htmresearch/htmresearch/frameworks/sp_paper/sp_metrics.py", line 836, in reconstructionError
    numActiveColumns = int(sp._localAreaDensity * sp._numColumns) + 0.0
AttributeError: 'SpatialPooler' object has no attribute '_localAreaDensity'

This looks like inappropriate intimacy code smell. The sp instance is a SWiG wrapper, and it has no _localAreaDensity property. May need to add a const accessor in the cpp bindings? cc @rcrowder

nab-plot

Hi

I was trying to use nab-plot but it is not getting installed and giving error nab-plot command not found.

Missing files

Hi, I followed the README, but when running:

python run.py -e prototype_10

I get the following error:

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.