Live data from Hacker News

Viewing profile — triplefloat

triplefloat

HN member
Joined
Sat, Oct 01, 2016, 8:15 PM UTC
HN karma
72
Public activity
7 items

About triplefloat

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12695935

    Very exciting extension of Neural Turing Machines. As a side note: Gated Graph Sequence Neural Networks ( https://arxiv.org/abs/1511.05493 ) perform similarly or better on the bAbI…

  3. comment
    Comment #12621612

    Mini-batching is indeed tricky, as you need the information of the complete local neighborhood for all nodes in a mini-batch. Let's say you select N nodes for a mini-batch, then yo…

  4. comment
    Comment #12621556

    Currently the framework only supports undirected graphs, so directed graphical models wouldn't be supported as input. I can't really judge how useful it would be to take a Bayesian…

  5. comment
    Comment #12621161

    In a graphical model, you'd explicitly model the probabilistic assumptions that you make with respect to the data. In this neural network-based approach the goal can be thought of …

  6. comment
    Comment #12620172

    Both graph-level and node-level classification are possible. Graph-level classification requires some from of pooling operation (simplest case: mean-pooling over all nodes, but the…

  7. story