Giter Club home page Giter Club logo

Comments (4)

Zmm07 avatar Zmm07 commented on May 28, 2024

And for the data predictions too
Like
Max multiplication mun = x (w)²

from neuralduino.

Pranavgulati avatar Pranavgulati commented on May 28, 2024

If the intention of a looping network is clear then it might suffice to stop back propagation at a node that has already been visited, this can be implemented by a back propagation flag/counter instead of a "max propagation" logic. Sometimes it is better to avoid constants in a library.

Can you please describe what the intention of a looping network is ? I am not actively developing and would love to see/test pull requests :-)

from neuralduino.

Zmm07 avatar Zmm07 commented on May 28, 2024

Or another idea is to make a clock and every tick data flows just one move and a max tick can be implemented to make it not overflow and each tick ends when all oporations in that tick are complete

Max tick = x * ( (neuron num )⁵ )½ / (w num)²
Its ⁵*½ because in some cases neuron num ² = w and
X tick is a bad number

from neuralduino.

Zmm07 avatar Zmm07 commented on May 28, 2024

Uploading 20221231_172123.jpg…
Like

If the intention of a looping network is clear then it might suffice to stop back propagation at a node that has already been visited, this can be implemented by a back propagation flag/counter instead of a "max propagation" logic. Sometimes it is better to avoid constants in a library.

Can you please describe what the intention of a looping network is ? I am not actively developing and would love to see/test pull requests :-)

Like a is input for b and b is input for c and c is input for a
Like this

from neuralduino.

Related Issues (5)

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.