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

Connections: apply synapsesCompetition() in adaptSegment() #584

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2019

  1. Connections:destroySynapse fixup, use find

    instead of lower_bound, caused err in Debug.
    Seems faster
    breznak committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7394e27 View commit details
    Browse the repository at this point in the history
  2. SP: allow synapse pruning in adaptSegment

    already used in TM
    makes SP 10% faster! (on MNIST 55->50s)
    breznak committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    37a0d98 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Connections:adaptSegment use synapsesCompetition

    normally in learning.
    breznak committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    fd58f25 View commit details
    Browse the repository at this point in the history
  2. Connections: introduce Random rng_ member

    and use it for synapsesCompetition()
    breznak committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    9a1bbf9 View commit details
    Browse the repository at this point in the history
  3. Revert "Connections: introduce Random rng_ member"

    This reverts commit 9a1bbf9.
    breznak committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    b2cc6c4 View commit details
    Browse the repository at this point in the history
  4. update syn competition bounds

    breznak committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    dad10c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Nov 9, 2019

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

Commits on Feb 3, 2020

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

Commits on Jun 4, 2020

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