Relational Reasoning with Neural Networks
1–10 of 15 posts
Re: Relational Reasoning with Neural Networks
#2Re: Relational Reasoning with Neural Networks
#3Re: Relational Reasoning with Neural Networks
#4Re: Relational Reasoning with Neural Networks
#5Re: Relational Reasoning with Neural Networks
#6Re: Relational Reasoning with Neural Networks
#7Re: Relational Reasoning with Neural Networks
#8The first few thoughts I had on seeing this: 1) Of course this is by DeepMind! Why would I think anything different. (I love the "basic" research they are doing on NNs & Deep Learning, and am always excited to see a new paper by them).
2) I would love to see more investment into this kind of basic ML research. (By that I don't mean "easy", but addressing the fundamentals of how to approach different types / classes of problems). A lot of where the DeepMind guys seem to be finding these big wins is in combining "classic" AI / CS techniques with Deep Learning / Optimization.
Examples (And I'm a novice at deep learning, so someone PLEASE PLEASE correct me if I'm wrong): AlphaGo - Take a technique like Tree Search for playing a game, and combine with deep networks for the tricky bit of evaluating play positions Deep Reinforcement Learning - Q-Learning and other reinforcement techniques have been around for a while, but they adapted them to a deep neural net architecture Neural Turing Machines - Took a classical model of computation and made it differentiable, alowing for a neural net to "learn" algorithms like sorting. Deep Neural Computing - Figured out how to add and address external memory in a differentiable computer, allowing a neural net to solve problems like path finding on a graph.
Where I think a lot of cool stuff is going to continue to come from is by revisiting classic techniques, and figuring out how they can be adapted to a differentiable / optimizible architecture. Or taking a classic problem and finding an efficient way to evaluate "goodness" of an answer that lends itself to being used in an optimization problem. Again, not saying it is easy, but I wonder how much "low hanging fruit" there is in revisiting classic algorithms and GOFAI techniques, and asking "can I use this in a Neural Net or adapt this to be differentiable so that I can learn or optimize the tricky bits?"
I'm sure I'm glossing over a lot / missing the point of a lot of it - like I said, just a noob whose super excited about this stuff :-)
Re: Relational Reasoning with Neural Networks
#9Re: Relational Reasoning with Neural Networks
#10here goes my phd thesis :( They are too fast for a single mind to beat.