I'm probably totally off base here (neural networks/AI is not my wheelhouse), but is having "memory" in neural networks a new thing? Isn't this just a different application of a more typical 'feedback loop' in the network?
Hybrid computing using a neural network with dynamic external memory
11–20 of 40 posts
Re: Hybrid computing using a neural network with dynamic external memory
#12I'm probably totally off base here (neural networks/AI is not my wheelhouse), but is having "memory" in neural networks a new thing? Isn't this just a different application of a more typical 'feedback loop' in the network?
Remembering the previous words in a sentence you're currently reading is more like short term memory though, and this paper is talking about long term memories stored as data structures outside of the neural net itself. This graphic from the DeepMind blog post might be helpful: https://i.imgur.com/KwXXCge.png.
The blog post from DeepMind is a bit more accessible than the Nature paper: https://deepmind.com/blog/differentiable-neural-computers/
Re: Hybrid computing using a neural network with dynamic external memory
#13Can someone explain what the full implications of this are? This seems really cool, but I can't really wrap my head around it. From what I can tell you can give the DNC simple inputs and it can derive complex answers.
The framework in this paper trains a neural net which interacts with a memory bank in a manner similar to a CPU. That means it can save and recall data on request, which could lead to more flexible architectures (you can give a trained net different data to recall) and easier training (since a memory-based architecture means the neural weights no longer have to learn the data along with the processing algorithm.)
Re: Hybrid computing using a neural network with dynamic external memory
#14> a DNC can complete a moving blocks puzzle in which changing goals are specified by sequences of symbols A neural network without memory can't do that or can't do it as well perhaps?
Re: Hybrid computing using a neural network with dynamic external memory
#15Re: Hybrid computing using a neural network with dynamic external memory
#16Re: Hybrid computing using a neural network with dynamic external memory
#17Has this been a problem for AI and CNN's?
Re: Hybrid computing using a neural network with dynamic external memory
#18Does this mean we could get way better versions of char-rnn?
Re: Hybrid computing using a neural network with dynamic external memory
#19This is remarkable!
Re: Hybrid computing using a neural network with dynamic external memory
#20I'm probably totally off base here (neural networks/AI is not my wheelhouse), but is having "memory" in neural networks a new thing? Isn't this just a different application of a more typical 'feedback loop' in the network?