You are here |
louiskirsch.com | ||
| | | |
niklasriewald.com
|
|
| | | | The last post was about playing optimal Pokemon games by calculating the value function V(x) using Bellmann equations. Unfortunately, this was impractical, so we need another way to calculate the likelihood of winning games. One solution to this problem is called Value Function Approximation. The idea behind it is to not calculate the value function... | |
| | | |
www.assemblyai.com
|
|
| | | | In this video, we learn about Reinforcement Learning and (Deep) Q-Learning. | |
| | | |
blog.research.google
|
|
| | | | ||
| | | |
blog.fastforwardlabs.com
|
|
| | Graph Neural Networks (GNNs) are neural networks that take graphs as inputs. These models operate on the relational information in data to produce insights not possible in other neural network architectures and algorithms. While there is much excitement in the deep learning community around GNNs, in industry circles, this is sometimes less so. So, I'll review a few exciting applications empowered by GNNs. Overview of Graphs and GNNs A graph (sometimes called a network) is a data structure that highlights the relationships between components in the data. |