Tagged Questions
7
votes
1answer
105 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
0answers
159 views
Modern treatments of Alan Turing's B-type neural networks
In the cognitive sciences Alan Turing is best known for launching AI with his Computing machinery and intelligence (1950). However, this was not his first contribution to the cognitive sciences, in ...
8
votes
1answer
205 views
Spurious attractors in Hopfield networks
A classic "Hopfield network" is a type of artificial neural network in which the units are bi-stable and fully interconnected by symmetrically weighted connections. In 1982, Hopfield showed that such ...
6
votes
2answers
84 views
Utility or software to visualize Neural Network?
I am using Octave to generate a Neural Network with a single hidden layer, and saving it as two CSV files.
Is there a utility or software that will load the files and create an image, PDF or HTML ...
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 ...