Git Product home page Git Product logo

cnnnet's People

Contributors

smiron avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mokacao highwayns

cnnnet's Issues

Axon Guidance Forces Bug - negative sums and max value is 0

There are cases when a neuron cannot guide it's axon because all the non 0 (default) values are negative. In this case the max value is 0 and the axon cannot be guided.

This makes sense .. but a solution must be found.
Essentially a blank position is more favorable than any other position.

Implement network processed event

Implement some kind of event that will trigger whenever the network is processed and attach to it all the available network state.

Axon Guidance Bug in Neuron.ProcessGuideAxon

In the guidance process we take into account all guidance forces.
But in the method Neuron.ProcessGuideAxon the final IF statement only checks the Network.NeuronUndesirabilityMap to see if the new location is better

Implement output neurons

Implement output neurons.
This type of neuron should only have a soma visible in the network.

Two possible implementations:

  1. If should have a desired state (active or not active). When the desired activity is not respected it should behave like a normal neuron (synapse plasticity etc). This would make the network learn an output for a given input.
  2. A more experimental solution. In this implementation the output neuron doesn't have the desired state documented above. The output neurons would serve as a feedback to the input neurons.

I will implement the second solution.

Synapse entity

Create a synapse class similar to a neuron:

  • Should make connection to assigned pre synaptic neuron only if it helps the post synaptic neuron
  • only the synapses that help the post synaptic neuron should survive (should also help with computational optimization)

Parameter or heuristic for how often a neuron should fire

If the neuron doesn't fire often enough we need to do something.
So the neuron will increase the strength of every synapse that was just active (in the previous iteration).
TODO: this needs more work so we have a parameter or something similar that will determine if a neuron fires often enough or not.

Sensor neuron firing

Mechanism so that if the sensor neuron is triggered continuously .. we should decrease the firing rate until we reach a base line.
Also .. if a sensor isn't triggered at all we should have a base line of firing rate.

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.