Tagged Questions
8
votes
4answers
518 views
Difference between parallel processing done by human brain and by computers
I am asking a question regarding parallel processing as done by billions of Neurons inside our brain and parallel processing done by our computers in a cluster for example or even on a Graphics ...
5
votes
1answer
113 views
Hebbian Learning Rule, Local or Global?
I just learned about the Hebbian Learning Rule. It essentially says "Neurons that fire together, wire together". I'm wondering if the learning rule is affected by the spatial distance of the two ...
7
votes
1answer
87 views
Can processing effort for sub-tasks in neural networks be measured?
I often heard statements like:
80% of your brain processing is computing the effect of gravity
or, similarily:
You only use 20% of your brain power
My question isn't about the truth of ...
7
votes
1answer
106 views
How can STDP fit with reciprocal connectivity?
I have rather technical question regarding STDP dynamics.
I am working on a neural network implementing an STDP learning algorithm, and have noticed that it is extremely anti-reciprocal. When two ...
8
votes
3answers
306 views
What are the key examples of the use of computational methods in the study of biological neural networks?
In an upcoming postdoc, I'm going to be looking through biological neural network data in the hopes of finding some interesting "patterns". I'm coming at this field from a mathematics/computer ...
8
votes
1answer
91 views
What is the role of traveling waves in circuit formation during cortical development?
Propagating waves of activity have been characterized in various regions of the brain such as the visual cortex (Nauhaus et al., 2012). Recently they have been reported for the first time to occur ...
6
votes
1answer
165 views
How does neural spiking begin in the fetus?
I'm interested in modeling human brain spiking activity. How does the very first spiking activity begin in the fetus?
I imagine all spiking activity is initiated by the senses and internal ...
7
votes
1answer
196 views
References for biologically plausible models of knowledge representation?
I'm looking for references that deal with the issue of how various kinds of semantic knowledge is (or might be) neurally represented. Most of the discussion of this topic seems skewed by social ...
11
votes
2answers
205 views
How are newly created neurons recruited into existing networks?
As far as I understand, the basics of neurogenesis (abstracted down to the level that makes sense to a computer scientist) is as follows:
Neural progenitor cells differentiate into new neurons that ...
14
votes
1answer
384 views
What is an effective metric of complexity for an Artificial Neural Network?
After asking the question What is the most complex neural network... I realized I don't really have a good metric of "complexity" in a general sense. The simplest measure would likely be count of ...
17
votes
2answers
897 views
Neural networks with biologically plausible accounts of neurogenesis
One of the reasons artificial neural net algorithms like cascade correlation (pdf) have been generating interest is because they start with a minimal topology (just input and output unit) and recruit ...