For questions regarding this interdisciplinary subject (largely a subdiscipline of computer science) which strives to create intelligent machines.

learn more… | top users | synonyms

9
votes
1answer
187 views

Are there any connectionist models that integrate reinforcement and fully supervised learning?

I've been working on modeling some phenomena involving real-time control in an environment with inherent rewards (specifically, playing a 'pong'-like game), and it's increasingly looking like ...
8
votes
1answer
341 views

What is the most complex artificial neural network created to date?

A few years ago I wrote a research paper for college on neural networks. At the time IBM's Blue Brain was the clear winner. Some rumor went around that they were close to emulating a brain the ...
5
votes
1answer
81 views

Need good example of two domains involving different procedural knowledge yet sharing same high-level strategies

Working in the domain of intelligent tutoring systems, I have to prove (or disprove) that explicit teaching of high-level strategies will allow students to use learned strategies across different ...
4
votes
1answer
149 views

Can one “understand” emotions, yet not “feel” them?

Prometheus Viral Clip #3 - David is a good clip of a fictional character in a science-fiction movie that helps frame my question; but I am interested in the general question, not the specifics of this ...
4
votes
1answer
116 views

Computational differences between spiking neural networks and previous ANNs

This is an AI question regarding "3rd generation neural networks" - spiking neural networks (SNN). I hve been studying this concept online from various papers, mainly Maass (1997). I and am not ...
4
votes
0answers
106 views

'Model-free' learning in humans

In reinforcement learning, there is a stark distinction between model-based and model-free learning algorithms, where model-free methods don't make use any explicit information about the dynamics of ...
3
votes
0answers
386 views

What reasoning processes underlie the Logima Strictica 36 and Logicaus Strictimanus 24?

I am conducting research in creating an AI with high IQ. I am interested in the tests Logima Strictica 36 Test and Logicaus Strictimanus 24. Further links are here What is the logic of these test ...
3
votes
0answers
83 views

Does this neural network model exist?

I'm looking for a neural network model with specific characteristics. This model may not exist... I need a network which doesn't use "layers" as traditional artificial neural networks do. Instead, I ...