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

MNIST example #242

Merged
merged 55 commits into from
Feb 28, 2019
Merged

MNIST example #242

merged 55 commits into from
Feb 28, 2019

Commits on Dec 1, 2018

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

Commits on Dec 10, 2018

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

Commits on Dec 18, 2018

  1. Merge branch 'master' into mnist

    Conflicts:
    	src/CMakeLists.txt
    	src/nupic/algorithms/SpatialPooler.cpp
    	src/nupic/algorithms/SpatialPooler.hpp
    ctrl-z-9000-times committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    cca50fc View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    ec8c24e View commit details
    Browse the repository at this point in the history
  2. Score 94%

    ctrl-z-9000-times committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    fbeabc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dfe98f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81fd5fe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

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

Commits on Feb 1, 2019

  1. SpatialPooler: revert to upstream master version

    removes changes done in this MNIST branch.
    TODO revert this commit later to continue the development
    breznak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    3193892 View commit details
    Browse the repository at this point in the history
  2. MNIST: update example

    breznak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    77acef0 View commit details
    Browse the repository at this point in the history
  3. Connections: add asserts

    breznak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b944b90 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    ac3b020 View commit details
    Browse the repository at this point in the history
  2. Update merge resolution

    breznak committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    9a58b03 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Pull MNIST experiment

    ctrl-z-9000-times authored and breznak committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f973f24 View commit details
    Browse the repository at this point in the history
  2. MNIST: working example

    breznak committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    d05d392 View commit details
    Browse the repository at this point in the history
  3. Connections: raisePermanenceToThreshold bug

    bug if synapse is empty
    breznak committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    780083a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    d2d4633 View commit details
    Browse the repository at this point in the history
  2. MNIST: try SP params

    breznak committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    49677ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bf08eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af35e2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6fc009 View commit details
    Browse the repository at this point in the history
  6. Serializable: include filesystem helper header

    os/ImportFilesystem.hpp
    breznak committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    25b076e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97e204d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a46993 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

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

Commits on Feb 17, 2019

  1. Made mnist-example optional.

    dkeeney committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    4e0f026 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    3221315 View commit details
    Browse the repository at this point in the history
  2. MNIST: use 3rd party repo for data and data access methods

    under namespace mnist::
    
    Thanks @dkeeney for CMake integration of those.
    breznak committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    26b12c8 View commit details
    Browse the repository at this point in the history
  3. Revert "Made mnist-example optional."

    This reverts commit 4e0f026.
    breznak committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    4f03d5e View commit details
    Browse the repository at this point in the history
  4. MNIST small fixes

    breznak committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    f2c8718 View commit details
    Browse the repository at this point in the history
  5. MNIST: external repo updated

    breznak committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    508282e View commit details
    Browse the repository at this point in the history
  6. fixes

    breznak committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    c0aaefc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    62a63a9 View commit details
    Browse the repository at this point in the history
  2. Mnist cleanup

    breznak committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7c1712a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. MNIST: try full headers

    instead of less tested _less.hpp, but that may be required for Windows
    breznak committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f9eae0c View commit details
    Browse the repository at this point in the history
  2. cleanup

    breznak committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    c60fdb2 View commit details
    Browse the repository at this point in the history
  3. TMP Cmake disable shared so build

    as causes problem when building Hotgym AND MNIST examples
    together
    breznak committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d5031ed View commit details
    Browse the repository at this point in the history
  4. MNIST tuning params, WIP

    breznak committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    684bf70 View commit details
    Browse the repository at this point in the history
  5. MNIST param tuning 2

    breznak committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    7250138 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. MNIST scores > 30%

    ctrl-z-9000-times committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    920eff7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

    breznak committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    149a113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f728658 View commit details
    Browse the repository at this point in the history
  4. CI: skip TP performance on Windows

    `
    breznak committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c93486b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. debugging details

    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d0fe52e View commit details
    Browse the repository at this point in the history
  2. CMAke: do not bundle examples with main library

    add it to tests, examples where needed
    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d75188e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b928fc3 View commit details
    Browse the repository at this point in the history
  4. Connections: resolve merge conflicts

    old version was kept in this PR, unrelated to MNIST and was causing
    problems with tests
    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    a14c5f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    907fc3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bf889b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cee012 View commit details
    Browse the repository at this point in the history
  8. Revert "TMP Cmake disable shared so build"

    This reverts commit d5031ed.
    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    41a68ee View commit details
    Browse the repository at this point in the history
  9. MNIST: tuned params 45%

    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    a4b2732 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cc6cd8 View commit details
    Browse the repository at this point in the history
  11. MNIST: local inh 43%

    but much more stable/semantic representations than global inh
    breznak committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d26299a View commit details
    Browse the repository at this point in the history