Giter VIP home page Giter VIP logo

Comments (4)

drasmuss avatar drasmuss commented on July 20, 2024 1

There's an example of implementing an autoencoder in Nengo here https://www.nengo.ai/nengo-dl/examples/from-tensorflow.html

from nengo-dl.

drasmuss avatar drasmuss commented on July 20, 2024 1

Yes, you would need to change the neuron model from nengo.RectifiedLinear to a spiking neuron model (e.g. nengo.SpikingRectifiedLinear), and then you would need to make sure that you are running the network for multiple timesteps during inference/evaluation. Basically the same as this example https://www.nengo.ai/nengo-dl/examples/spiking-mnist.html, but you're training an autoencoder instead of a classification network. But there's nothing qualitatively different about training an autoencoder, it's just a different network structure and training data.

from nengo-dl.

ati6868 avatar ati6868 commented on July 20, 2024

Thank you very much for your response @drasmuss
but one question
this link that you sent me ,is an autoencoder in spiking neural networks??
i guess it's not
and if it's not , do you have any idea how to convert it to an autoencoder in SNNs??

from nengo-dl.

drasmuss avatar drasmuss commented on July 20, 2024

Closing this since it seems like the question is answered, but if you have any other questions feel free to stop by the forum and we can help out!

from nengo-dl.

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.