Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: niltonlk/PD_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: niltonlk/PD_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: scaled
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 19, 2020

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

Commits on Aug 11, 2020

  1. Change how spike is stored

      Before: each layer(neuron) had its own spike buffer
      Now: A single buffer stores all spikes (post, weight, arrival_time) as a list of triplets
    
    In a scaled down version, this resulted in simulation time decrease to about half:
      Before: about 400s secs for 1 sec simulation
      Now:    about 160 secs for 1 sec simulation
    niltonlk committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2ab809a View commit details
    Browse the repository at this point in the history
  2. Fix synaptic transmission:

      Before: array (would consider only the first synapse arriving to a specific neuron)
      after: use for loop to account to multiple synapses arriving to the same neuron
    niltonlk committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    b013641 View commit details
    Browse the repository at this point in the history
Loading