Tag Info

Hot answers tagged

16

Probabilistic approaches of this sort are usually referred to more specifically as the bayesian approach and Chater and Tanenbaum are definitely bayesians (I have not read much by Yuille and can't comment). Bayesianism is more than just increasing in popularity and being encouraged; it is considered one of the big-4 approaches to cognitive-modeling, with the ...


13

Treisman & Gelade's Feature Integration Theory suggests that we are able to process an entire visual scene in parallel at the level of individual features. For example, in a visual search task, the time required to find a blue circle in a field of red circles is independent of the total number of circles. However, focused attention (typically foveal) is ...


13

When performing certain tasks, people’s inferences approximate Bayesian inference to a remarkable degree. For example, when people receive both haptic and visual information about the size of an object, they combine this information in a manner that very closely resembles Bayesian inference, taking account of the uncertainties associated with the visual and ...


10

Artem gave a very good answer, but I want to add one more weaknesses of probabilistic/Bayesian models: they are not mechanistic. This is related to Artem's point about neural grounding, but is a little different. The issue is that probabilistic models don't really provide insight into the underlying mechanism that produces the observed behavior -- if you ask ...


10

SVM training is typically done in a batch processing, and thus the order of data presentation doesn't matter. You should consider online learning algorithms, for example, the perceptron learning rule. These algorithms are in general stochastic gradient descent optimization procedures, and easy examples early on with larger learning step would be much more ...


9

Motivation is a massive topic, and it's difficult for me to know what would count as a 'theory' of motivation as it's currently construed. For instance, at one level, we might consider motivation to be the processing of incentive salience on perceived stimuli: you see a cheeseburger, something makes you want it, and so you pursue it. One way of talking ...


9

In my experience, the term "semantic knowledge" (or semantic memory or conceptual knowledge) is generally used to refer to knowledge of objects, word meanings, facts and people, without connection to any particular time or place. The neural basis of this kind of knowledge is more or less agreed to depend on a distributed network of cortical brain regions ...


8

There are many neuroscientists who use the techniques of advanced mathematics and statistics to analyze actual neural data for patterns. George Gerstein, who is now retired, has been a pioneer in applying "particle" methods in analyzing neuronal interactions. The originator of the Gravity transform, he used this tool to untangle some of the stochastic ...


8

I'd like to add to Chuck's excellent answer; the computational approach is very well-represented in neuroscience, and actually involves a large number of very heterogeneous methods. Thus, a very different set of neuroscientists and examples have sprung to mind for me. To my mind, the best single example of the utility of a computational approach to ...


7

Schroedingers Cat nailed a couple of important points and I need to expand it further. I believe the important roadblock in the creation of an absolutely intelligent machine is the fact that human brain is still not decrypted. There isn't a holistic cognitive model that describes how the brain functions, reacts or take decisions. Even in case such a model ...


7

I don't know of any NN algorithms that match your definition entirely, and I have looked for them (previously and recently). Here are some papers that I think are close or in the direction that you are exploring. Using theoretical models to analyze neural development (review) An Instruction Language for Self-Construction in the Context of Neural Networks ...


7

I would doubt that the effect you described is an example for the positivity effect, which is a form of attributional bias, rather than connected to basic perceptual phenomena. Instead I think that the experimental results you described can be explained by a priming effect. Priming describes the phenomenon that the exposure to one stimulus influences the ...


7

Dehaene & Changeux (1991) made a neural-network model: The coding units are clusters of neurons organized in layers, or assemblies. A sensonmotor loop enables the network to sort the input cards according to several criteria (color, form, etc.). A higher-level assembly of rule-coding clusters codes for the currently tested rule, which shifts when ...


6

I think that your intuition about the lower "energy ratio" of spurious states explaining their greater susceptibility to unlearning might be correct. In a Hopfield Network spurious states are activity patterns that have not been explicitly embedded in the synaptic matrix, but are nonetheless stable. They are in other words "unwanted" attractor states that, ...


6

Another reason for reduced plasticity in adults is that learning something different in the presence of an existing knowledge structure is more difficult than learning from a "blank slate". In a sense, you get interference from the known language (for example). One person who has developed this argument computationally is Jay McClelland in the context of ...


6

Another way of thinking about this is that by progressing easy-to-hard, different intermediate knowledge structures are called into existence in the course of processing. These knowledge structures, built from an agent's encounter with easy problems, can prove useful in its encounter with subsequent and more difficult problems. This idea has been around ...


6

"how to build a system that can read natural language and ... understand it" I am not sure you appreciate what you are wanting here. Just this one piece requires an understanding of the processes of the mind that I don't believe we are at yet. There is a lot of material about how we MIGHT achieve this, but you would need to appreciate the whole cognative ...


6

There are several such models in the field of auditory perception. For example Patterson 1996 [1] suggests a model that starts with a simulation of the cochlea and the neural activity and reaches up to perception; Winkler 2006 [2] reviews the process of auditory perception, again from the cochlea up to perception. Somewhat old and does not mention a ...


5

Yes-- you may be very interested in the Human Connectome Project (also here), whose goal is to map human brain connectivity. One of the primary tools used to map functional and anatomical connections is diffusion tensor imaging (DTI). Unlike the more often used T2-weighted images, DTI allows researchers to image white matter tracts directly. The data from ...


5

Interesting question. I've written up a discussion of the model-based training literature and how it relates structuring task difficulty with practice. That said, I feel it's only a start and my apologies that it is more pitched at cognitive tasks than perceptual tasks. A summary of model-based training systems Fu et al (2006) have a paper on real-time ...


5

Here's something I dug up for language: a Computer Science Thesis from Boulder: The Sensorimotor Foundations of Phonology: A Computational Model of Early Childhood Articulatory and Phonetic Development (1994) it discusses what it calls HABLAR (Hierarchical Articulatory Based Language Acquisition by Reinforcement learning). From the reductionist/biology ...


5

I am not sure whether the three assumptions on which your question is based are really valid. (1) Why should a high transformation transfer be linked to a high firing rate? Depending on the role of a single neuron within a group, not firing might carry as much as information as firing. (2) Energy conservation might not be linked to the behavior of a ...


5

This should perhaps be a comment, but I don't have the reputation. The other two answers mention that a major drawback to the Bayesian approach is its lack of biological plausibility. However, see for instance: Bayesian inference with probabilistic population codes Ma, W.J. and Beck, J.M. and Latham, P.E. and Pouget, A. Nature Neuroscience, ...


5

Building on @JohnPick's answer and my comment, but being a little bit more formal. The difference can be explained by the difference between parallel versus sequential processing, and the difficulty of the predicate being evaluated. Your specific question is answered by Treisman (1985) (which I summarize in the second section) but I try to provide a more ...


5

The use of neural-networks in the cognitive sciences has been around since Turing. However, many of the networks common in connectionism suffer from a lack of biological plausibility. Of these abstract ones, even the ones that try to capture some properties of biological neural networks only do some metaphorically. See for instance the limitations of cascade ...


5

To my knowledge, there is no adjusted RMSD. RMSD, unlike $R^2$, isn't typically used to compare models across the literature. $R^2$ represents the proportion of variance explained by the model, a construct which translates well across different experimental designs. Adjusted $R^2$ distorts this by accounting for the number of parameters in your model, but ...


4

As others have already noted this doesn't seem like a positivity effect. However, what you are describing is an asymmetry in search. This means that it's easy to do things one way (looking for a specific feature) than the other (looking for the absence of a specific feature). There's a great introduction and review of the literature relating to this ...


4

HH doesn't "count ions", it pretends the reservoirs are infinite. Specifically, the "reversal potential" for each ion species is a constant. This constant is calculated from the Goldman Hodgkins Katz equation which uses the concentrations on either side of the membrane to calculate the reversal potential given the concentration gradient. We could ...


4

Humans actually exhibit both slow and fast learning and they have somewhat different properties. One distinction is between "declarative" memory (for example, facts like "tigers have stripes" or "Paris is the capital of France") and "procedural" learning (such as perceptuo-motor skills like riding a bike or playing a musical instrument). Declarative memory ...


3

I wonder if any of the work using Act-R would be relevant. See these Act-R publications with accompanying PDFs on visual search spatial reasoning and navigation (apologies if they're not relevant, this is outside my comfort zone)



Only top voted, non community-wiki answers of a minimum length are eligible