maxiaoba / GRAPE

MIT License
137 stars 29 forks source link

Edge embedding enquiry #4

Closed amblee0306 closed 3 years ago

amblee0306 commented 3 years ago
Screenshot 2021-01-22 at 1 10 37 PM

Hi there,

I would like to clarify the value of the edge embedding when the value in D (the feature matrix) of that specific edge is missing in the bipartite graph. And what is the network utilised for O_edge to obtain a prediction of D_hat.

Thanks

maxiaoba commented 3 years ago

No edge exists for the missing values. The edges are only built between observation and feature nodes with known feature values. O_edge is a network taking input of the concatenation of one observation node embedding and one feature node embedding and outputting the predicted feature value.