jeremykawahara / ann4brains

Artificial neural networks for brain networks
Other
72 stars 25 forks source link

Extend this to 3D...? #9

Open hskang9 opened 4 years ago

hskang9 commented 4 years ago

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).

KeremKurban commented 1 year ago

Hey @hskang9 . Any work since 2019 on that?