Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Rename maxBoost to boostStrength #3423

Merged
merged 42 commits into from
Dec 12, 2016
Merged

Commits on Sep 16, 2016

  1. modified SP boosting rule

    Yuwei Cui committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    bf02bfe View commit details
    Browse the repository at this point in the history
  2. resolve merge conflict

    Yuwei Cui committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    b4c135e View commit details
    Browse the repository at this point in the history
  3. fix bug in setPotential

    Yuwei Cui committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    51b006f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Merge branch 'master' into boostingRes

    Yuwei Cui committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    cdcde1c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Merge branch '3358' into boostingRes

    Yuwei Cui committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    0a7bbcf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Merge branch 'master' into boostingRes

    Yuwei Cui committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    0bb1353 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. update boosting rules for spatial pooler

    Yuwei Cui committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    15a333d View commit details
    Browse the repository at this point in the history
  2. remove unused code

    Yuwei Cui committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    95a154d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Merge branch 'master' into boostingRes

    Yuwei Cui committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    13bd6f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. update doc and simply logic of boosting

    Yuwei Cui committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    17ae94e View commit details
    Browse the repository at this point in the history
  2. update unit test of SP

    Yuwei Cui committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    a01f8c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. update new boost test

    Yuwei Cui committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    02daec6 View commit details
    Browse the repository at this point in the history
  2. update docs for spatial_pooler_boost_test

    Yuwei Cui committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    32eb2e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. add docs to spatial_pooler.py

    Yuwei Cui committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    d0791f3 View commit details
    Browse the repository at this point in the history
  2. update spatial pooler boost test

    Yuwei Cui committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    ba968d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Merge branch 'master' into boostingRes

    Yuwei Cui committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    d9987be View commit details
    Browse the repository at this point in the history
  2. run C++ SP in spatial_pooler_boost_tests

    Yuwei Cui committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    70a6dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdbf180 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Avoid floating point differences with C++ SpatialPooler

    For permanances, use an EPSILON.
    
    For boosting, round the boost factor to a couple decimal
    places. Floating point differences have a larger effect on boosting
    because it's multiplicative.
    mrcslws committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    2289c84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mrcslws/ywcui1990-boostingRes

    Avoid floating point differences with C++ SpatialPooler
    ywcui1990 authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    8c3affb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Implement update boost factors local and global

    Yuwei Cui committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    f0fe0d8 View commit details
    Browse the repository at this point in the history
  2. slight simplification of boostFactor calculation

    Yuwei Cui committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    5917639 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Configuration menu
    Copy the full SHA
    2e5c0cb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. update nupic binding version to 0.4.14

    Yuwei Cui committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3853f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. update sp_overlap_test to use global inhibition

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    5ff9c03 View commit details
    Browse the repository at this point in the history
  2. set maxBoost in experiment descriptions

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    e1a8516 View commit details
    Browse the repository at this point in the history
  3. modify the expected result for hotgym example

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    20dc80c View commit details
    Browse the repository at this point in the history
  4. set maxBoost in expdescriptionapi

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    54828b0 View commit details
    Browse the repository at this point in the history
  5. modify expected results in opf integration tests

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    ccae4f5 View commit details
    Browse the repository at this point in the history
  6. update expected result for category_hub_TP_0

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    71387d5 View commit details
    Browse the repository at this point in the history
  7. update doc for simple_1_f2

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    642fedb View commit details
    Browse the repository at this point in the history
  8. Empty commit

    Yuwei Cui committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    12888b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. update nupic.bindings version to 0.4.15

    Yuwei Cui committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    9c0032c View commit details
    Browse the repository at this point in the history
  2. Empty commit to start new build

    Yuwei Cui committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    4d57164 View commit details
    Browse the repository at this point in the history
  3. Stop trying to get identical boost factors between py and cpp

    It's proving to be too difficult. So our options are:
    
    1. Use shared C code to calculate boost factors and duty cycles
       for Python and C++ SpatialPoolers
    2. Don't try to make them equal. Change the compatibility test to
       make sure the boost factor is right "enough", and then force them
       to be exactly equal, similar to what we already do with
       permanences.
    
    This change takes the second approach, which I think is the better
    approach.
    mrcslws committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    21652f6 View commit details
    Browse the repository at this point in the history
  4. Stop changing the overlaps to do tie-breaking

    Rather than using a mathy heuristic with an "arbitration" constant,
    explicitly handle the tie-break case.
    
    This mirrors a change in the C++ code. It's needed for compatibility.
    mrcslws committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    1e11027 View commit details
    Browse the repository at this point in the history
  5. Rename maxBoost to BoostStrength

    Yuwei Cui committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    008a7bc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Merge pull request #2 from mrcslws/ywcui1990-boostingRes

    Stop trying to get identical boost factors between py and cpp
    ywcui1990 authored Dec 10, 2016
    Configuration menu
    Copy the full SHA
    fbe75f9 View commit details
    Browse the repository at this point in the history
  2. eliminate minPctActiveDutyCycle from spatial pooler

    Yuwei Cui committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    f48901a View commit details
    Browse the repository at this point in the history
  3. resolve merge conflict in spatial_pooler.py

    Yuwei Cui committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    a48b234 View commit details
    Browse the repository at this point in the history
  4. update expected result in hotgym, result change due to different roun…

    …ding rules in boosting
    Yuwei Cui committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    9185750 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d41be18 View commit details
    Browse the repository at this point in the history