Giter VIP home page Giter VIP logo

Comments (3)

neworderofjamie avatar neworderofjamie commented on June 11, 2024

I'm sure you've thought of this, but make sure they don't have PES!

On 22 July 2015 at 16:26, Andrew Mundy [email protected] wrote:

There are some cases where there are lots of "equivalent" connections
coming from Ensembles, e.g.:

nengo.Connection(a, b)
nengo.Connection(a, c)

It might be beneficial to combine these together (on SpiNNaker) so that
the same value is sent for each connection, i.e, they will share a decoder
matrix. As this is equivalent to using cached decoders I'm guessing there
is no reason that this can't be done?

@tcstewar https://github.com/tcstewar do you have any thoughts/concerns
regarding this?


Reply to this email directly or view it on GitHub
https://github.com/project-rig/nengo_spinnaker/issues/49.

from nengo_spinnaker.

tcstewar avatar tcstewar commented on June 11, 2024

It might be beneficial to combine these together (on SpiNNaker) so that the same value is sent for each connection, i.e, they will share a decoder matrix. As this is equivalent to using cached decoders I'm guessing there is no reason that this can't be done?

Ah, I Actually didn't know that wasn't done already. Yup, we should only compute one decoder there and we should only store it once.

I actually have some code I've been working on to collapse together all the Connections coming out of an Ensemble into one big decoder (inspecting the Connection slices and function and solver to make sure it's allowed). However, it's all happening at the nengo level (as it it creates a passthrough node and sets it up so that the Ensemble only has one output Connection, and that one Connection goes to the new passthrough Node), so it might not be useful here.

from nengo_spinnaker.

mundya avatar mundya commented on June 11, 2024

This was managed in #66.

from nengo_spinnaker.

Related Issues (20)

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.