Input internally
Hey,
I would like to have that I have two neurons that IF leaks to the outputs, but based on a time 'feed' internally.
ex. every 2000ms it give neuron 1 a potential energy whereas the neuron 1 threshold parameter decides if it leaks. The same for neuron 2 but with another time 'stamp'.
Hope you can help me !
Hi, this sounds fairly simple to do. It sounds like you just want a counter in the main loop that increments each time the loop is executed? The only thing I'm unclear about is what you mean when you say:
the neuron 1 threshold parameter decides if it leaks.
so for a neuron to reach it's threshold potential (electrical neurons for example) it gets a certain amount of energy. I want to give a neuron in the arduino the 'energy' and a parameter that decides when the threshold is reached to fire it's energy to the arduino pin that's an output.