TensorFlow Graph Neural Networks (GNNs) जारी
(blog.tensorflow.org)-
TensorFlow का उपयोग करके structured graph data के साथ आसानी से काम करने के लिए डिज़ाइन की गई लाइब्रेरी
-
शुरुआती वर्ज़न का उपयोग Google के अंदर spam और anomaly detection, YouTube content labeling आदि में किया जाता रहा है
-
शामिल components
→ अन्य models के साथ आसानी से integrate किए जा सकने वाले GNN models बनाने के लिए Keras-style API
→ heterogeneous graphs के लिए GNN API
→ graph topology घोषित करने के लिए अच्छी तरह परिभाषित schema और validation tools
→ graph data को संग्रहीत करने के लिए GraphTensor composite tensor type
→ GraphTensor structure पर काम करने के लिए operations library
→ बड़े graphs में graph datasets और samples को transform करने के लिए उपयोग होने वाला toolset
अभी कोई टिप्पणी नहीं है.