ann4brains
ann4brains copied to clipboard
Extend this to 3D...?
I want to extend this network architecture in case of molecule bond informations.
For example, H2O consists of two Os(O1, O2), and one H(H1).
Make adjacency matrix out of this then we have 2x2x2 matrix where H,Os are X/Y axis and Z is the quantity of each element.
I think edge-to-edge node filter in this case would be Conv2D(1xdxd)+ Conv2D(dx1xd) + Conv2D(dxdx1)
edge-to-node would be
Concatenation of Conv1D on neighboring edges(that diagonal).
Hey @hskang9 . Any work since 2019 on that?