Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Graph embeddings“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Graph embeddings" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Graph embeddings"
Zhou, Houquan, Shenghua Liu, Danai Koutra, Huawei Shen und Xueqi Cheng. „A Provable Framework of Learning Graph Embeddings via Summarization“. Proceedings of the AAAI Conference on Artificial Intelligence 37, Nr. 4 (26.06.2023): 4946–53. http://dx.doi.org/10.1609/aaai.v37i4.25621.
Der volle Inhalt der QuelleMohar, Bojan. „Combinatorial Local Planarity and the Width of Graph Embeddings“. Canadian Journal of Mathematics 44, Nr. 6 (01.12.1992): 1272–88. http://dx.doi.org/10.4153/cjm-1992-076-8.
Der volle Inhalt der QuelleMakarov, Ilya, Dmitrii Kiselev, Nikita Nikitinsky und Lovro Subelj. „Survey on graph embeddings and their applications to machine learning problems on graphs“. PeerJ Computer Science 7 (04.02.2021): e357. http://dx.doi.org/10.7717/peerj-cs.357.
Der volle Inhalt der QuelleMao, Yuqing, und Kin Wah Fung. „Use of word and graph embedding to measure semantic relatedness between Unified Medical Language System concepts“. Journal of the American Medical Informatics Association 27, Nr. 10 (01.10.2020): 1538–46. http://dx.doi.org/10.1093/jamia/ocaa136.
Der volle Inhalt der QuelleFionda, Valeria, und Giuseppe Pirrò. „Learning Triple Embeddings from Knowledge Graphs“. Proceedings of the AAAI Conference on Artificial Intelligence 34, Nr. 04 (03.04.2020): 3874–81. http://dx.doi.org/10.1609/aaai.v34i04.5800.
Der volle Inhalt der QuelleFRIESEN, TYLER, und VASSILY OLEGOVICH MANTUROV. „EMBEDDINGS OF *-GRAPHS INTO 2-SURFACES“. Journal of Knot Theory and Its Ramifications 22, Nr. 12 (Oktober 2013): 1341005. http://dx.doi.org/10.1142/s0218216513410058.
Der volle Inhalt der QuelleChen, Mingyang, Wen Zhang, Zhen Yao, Yushan Zhu, Yang Gao, Jeff Z. Pan und Huajun Chen. „Entity-Agnostic Representation Learning for Parameter-Efficient Knowledge Graph Embedding“. Proceedings of the AAAI Conference on Artificial Intelligence 37, Nr. 4 (26.06.2023): 4182–90. http://dx.doi.org/10.1609/aaai.v37i4.25535.
Der volle Inhalt der QuelleFang, Peng, Arijit Khan, Siqiang Luo, Fang Wang, Dan Feng, Zhenli Li, Wei Yin und Yuchao Cao. „Distributed Graph Embedding with Information-Oriented Random Walks“. Proceedings of the VLDB Endowment 16, Nr. 7 (März 2023): 1643–56. http://dx.doi.org/10.14778/3587136.3587140.
Der volle Inhalt der QuelleNIKKUNI, RYO. „THE SECOND SKEW-SYMMETRIC COHOMOLOGY GROUP AND SPATIAL EMBEDDINGS OF GRAPHS“. Journal of Knot Theory and Its Ramifications 09, Nr. 03 (Mai 2000): 387–411. http://dx.doi.org/10.1142/s0218216500000189.
Der volle Inhalt der QuelleDuong, Chi Thang, Trung Dung Hoang, Hongzhi Yin, Matthias Weidlich, Quoc Viet Hung Nguyen und Karl Aberer. „Scalable robust graph embedding with Spark“. Proceedings of the VLDB Endowment 15, Nr. 4 (Dezember 2021): 914–22. http://dx.doi.org/10.14778/3503585.3503599.
Der volle Inhalt der QuelleDissertationen zum Thema "Graph embeddings"
Labelle, François. „Graph embeddings and approximate graph coloring“. Thesis, National Library of Canada = Bibliothèque nationale du Canada, 2000. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape3/PQDD_0031/MQ64386.pdf.
Der volle Inhalt der QuelleDjuphammar, Felix. „Efficient graph embeddings with community detection“. Thesis, Umeå universitet, Institutionen för fysik, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-185134.
Der volle Inhalt der QuellePALUMBO, ENRICO. „Knowledge Graph Embeddings for Recommender Systems“. Doctoral thesis, Politecnico di Torino, 2020. http://hdl.handle.net/11583/2850588.
Der volle Inhalt der QuelleJenkins, Peter. „Partial graph design embeddings and related problems /“. [St. Lucia, Qld.], 2005. http://www.library.uq.edu.au/pdfserve.php?image=thesisabs/absthe18945.pdf.
Der volle Inhalt der QuelleTurner, Bethany. „Embeddings of Product Graphs Where One Factor is a Hypercube“. VCU Scholars Compass, 2011. http://scholarscompass.vcu.edu/etd/2455.
Der volle Inhalt der QuelleZhang, Zheng. „Explorations in Word Embeddings : graph-based word embedding learning and cross-lingual contextual word embedding learning“. Thesis, Université Paris-Saclay (ComUE), 2019. http://www.theses.fr/2019SACLS369/document.
Der volle Inhalt der QuelleWord embeddings are a standard component of modern natural language processing architectures. Every time there is a breakthrough in word embedding learning, the vast majority of natural language processing tasks, such as POS-tagging, named entity recognition (NER), question answering, natural language inference, can benefit from it. This work addresses the question of how to improve the quality of monolingual word embeddings learned by prediction-based models and how to map contextual word embeddings generated by pretrained language representation models like ELMo or BERT across different languages.For monolingual word embedding learning, I take into account global, corpus-level information and generate a different noise distribution for negative sampling in word2vec. In this purpose I pre-compute word co-occurrence statistics with corpus2graph, an open-source NLP-application-oriented Python package that I developed: it efficiently generates a word co-occurrence network from a large corpus, and applies to it network algorithms such as random walks. For cross-lingual contextual word embedding mapping, I link contextual word embeddings to word sense embeddings. The improved anchor generation algorithm that I propose also expands the scope of word embedding mapping algorithms from context independent to contextual word embeddings
Krombholz, Martin Rudolf Arne. „Proof theory of graph minors and tree embeddings“. Thesis, University of Leeds, 2018. http://etheses.whiterose.ac.uk/20834/.
Der volle Inhalt der QuelleBrunet, Richard Carleton University Dissertation Mathematics. „On the homotopy of polygons in graph embeddings“. Ottawa, 1993.
Den vollen Inhalt der Quelle findenPotter, John R. „Pseudo-triangulations on closed surfaces“. Worcester, Mass. : Worcester Polytechnic Institute, 2008. http://www.wpi.edu/Pubs/ETD/Available/etd-021408-102227/.
Der volle Inhalt der QuelleBrooks, Eric B. „On the Embeddings of the Semi-Strong Product Graph“. VCU Scholars Compass, 2015. http://scholarscompass.vcu.edu/etd/3811.
Der volle Inhalt der QuelleBücher zum Thema "Graph embeddings"
L, Miller Gary, und Langley Research Center, Hrsg. Graph embeddings and Laplacian eigenvalues. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1998.
Den vollen Inhalt der Quelle findenL, Miller Gary, und Langley Research Center, Hrsg. Graph embeddings and Laplacian eigenvalues. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1998.
Den vollen Inhalt der Quelle findenYanpei, Liu. Embeddability in graphs. Beijing, China: Science Press, 1995.
Den vollen Inhalt der Quelle findenInstitute for Computer Applications in Science and Engineering., Hrsg. Graph embeddings, symmetric real matrices, and generalized inverses. Hampton, VA: Institute for Computer Applications in Science and Engineering, NASA Langley Research Center, 1998.
Den vollen Inhalt der Quelle findenInstitute for Computer Applications in Science and Engineering., Hrsg. Graph embeddings, symmetric real matrices, and generalized inverses. Hampton, VA: Institute for Computer Applications in Science and Engineering, NASA Langley Research Center, 1998.
Den vollen Inhalt der Quelle findenAlfaqeeh, Mosab, und David B. Skillicorn. Finding Communities in Social Networks Using Graph Embeddings. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-60916-9.
Der volle Inhalt der QuelleGuattery, Stephen. Graph embedding techniques for bounding condition numbers of incomplete factor preconditioners. Hampton, Va: Institute for Computer Applications in Science and Engineering, NASA Langley Research Center, 1997.
Den vollen Inhalt der Quelle findenCenter, Langley Research, Hrsg. Graph embedding techniques for bounding condition numbers of incomplete factor preconditioners. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1997.
Den vollen Inhalt der Quelle findenDeza. Geometry of cuts and metrics. New York: Springer-Verlag, 1997.
Den vollen Inhalt der Quelle findenSun, Timothy. Testing Convexity and Acyclicity, and New Constructions for Dense Graph Embeddings. [New York, N.Y.?]: [publisher not identified], 2019.
Den vollen Inhalt der Quelle findenBuchteile zum Thema "Graph embeddings"
Jones, Gareth A., und Jürgen Wolfart. „Graph Embeddings“. In Springer Monographs in Mathematics, 41–58. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-24711-3_2.
Der volle Inhalt der QuelleKamiński, Bogumił, Paweł Prałat und François Théberge. „Graph Embeddings“. In Mining Complex Networks, 161–200. Boca Raton: Chapman and Hall/CRC, 2021. http://dx.doi.org/10.1201/9781003218869-6.
Der volle Inhalt der QuelleDi Giacomo, Emilio, Walter Didimo, Giuseppe Liotta und Stephen K. Wismath. „Book Embeddings and Point-Set Embeddings of Series-Parallel Digraphs“. In Graph Drawing, 162–73. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-36151-0_16.
Der volle Inhalt der QuelleChen, Jianer. „Algorithmic graph embeddings“. In Lecture Notes in Computer Science, 151–60. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/bfb0030829.
Der volle Inhalt der QuelleRosso, Paolo, Dingqi Yang und Philippe Cudré-Mauroux. „Knowledge Graph Embeddings“. In Encyclopedia of Big Data Technologies, 1–7. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-63962-8_284-1.
Der volle Inhalt der QuelleRosso, Paolo, Dingqi Yang und Philippe Cudré-Mauroux. „Knowledge Graph Embeddings“. In Encyclopedia of Big Data Technologies, 1073–80. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-319-77525-8_284.
Der volle Inhalt der QuelleRosso, Paolo, Dingqi Yang und Philippe Cudré-Mauroux. „Knowledge Graph Embeddings“. In Encyclopedia of Big Data Technologies, 1–8. Cham: Springer International Publishing, 2012. http://dx.doi.org/10.1007/978-3-319-63962-8_284-2.
Der volle Inhalt der QuelleKrause, Franz, Kabul Kurniawan, Elmar Kiesling, Jorge Martinez-Gil, Thomas Hoch, Mario Pichler, Bernhard Heinzl und Bernhard Moser. „Leveraging Semantic Representations via Knowledge Graph Embeddings“. In Artificial Intelligence in Manufacturing, 71–85. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-46452-2_5.
Der volle Inhalt der QuelleBabilon, Robert, Jiří Matoušek, Jana Maxová und Pavel Valtr. „Low-Distortion Embeddings of Trees“. In Graph Drawing, 343–51. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45848-4_27.
Der volle Inhalt der QuelleSchaefer, Marcus, und Daniel Štefankovič. „Block Additivity of ℤ2-Embeddings“. In Graph Drawing, 185–95. Cham: Springer International Publishing, 2013. http://dx.doi.org/10.1007/978-3-319-03841-4_17.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Graph embeddings"
Bai, Yunsheng, Hao Ding, Yang Qiao, Agustin Marinovic, Ken Gu, Ting Chen, Yizhou Sun und Wei Wang. „Unsupervised Inductive Graph-Level Representation Learning via Graph-Graph Proximity“. In Twenty-Eighth International Joint Conference on Artificial Intelligence {IJCAI-19}. California: International Joint Conferences on Artificial Intelligence Organization, 2019. http://dx.doi.org/10.24963/ijcai.2019/275.
Der volle Inhalt der QuelleChen, Muhao, Yingtao Tian, Mohan Yang und Carlo Zaniolo. „Multilingual Knowledge Graph Embeddings for Cross-lingual Knowledge Alignment“. In Twenty-Sixth International Joint Conference on Artificial Intelligence. California: International Joint Conferences on Artificial Intelligence Organization, 2017. http://dx.doi.org/10.24963/ijcai.2017/209.
Der volle Inhalt der QuelleLuo, Gongxu, Jianxin Li, Hao Peng, Carl Yang, Lichao Sun, Philip S. Yu und Lifang He. „Graph Entropy Guided Node Embedding Dimension Selection for Graph Neural Networks“. In Thirtieth International Joint Conference on Artificial Intelligence {IJCAI-21}. California: International Joint Conferences on Artificial Intelligence Organization, 2021. http://dx.doi.org/10.24963/ijcai.2021/381.
Der volle Inhalt der QuelleSun, Zequn, Wei Hu, Qingheng Zhang und Yuzhong Qu. „Bootstrapping Entity Alignment with Knowledge Graph Embedding“. In Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18}. California: International Joint Conferences on Artificial Intelligence Organization, 2018. http://dx.doi.org/10.24963/ijcai.2018/611.
Der volle Inhalt der QuellePeng, Jingshu, Zhao Chen, Yingxia Shao, Yanyan Shen, Lei Chen und Jiannong Cao. „Sancus: Staleness-Aware Communication-Avoiding Full-Graph Decentralized Training in Large-Scale Graph Neural Networks (Extended Abstract)“. In Thirty-Second International Joint Conference on Artificial Intelligence {IJCAI-23}. California: International Joint Conferences on Artificial Intelligence Organization, 2023. http://dx.doi.org/10.24963/ijcai.2023/724.
Der volle Inhalt der QuelleWan, Hai, Yonghao Luo, Bo Peng und Wei-Shi Zheng. „Representation Learning for Scene Graph Completion via Jointly Structural and Visual Embedding“. In Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18}. California: International Joint Conferences on Artificial Intelligence Organization, 2018. http://dx.doi.org/10.24963/ijcai.2018/132.
Der volle Inhalt der QuelleGupta, Rajeev, Madhusudhanan Krishnamoorthy und Vipindeep Vangala. „Better Graph Embeddings for Enterprise Graphs“. In CODS-COMAD 2024: 7th Joint International Conference on Data Science & Management of Data (11th ACM IKDD CODS and 29th COMAD). New York, NY, USA: ACM, 2024. http://dx.doi.org/10.1145/3632410.3632412.
Der volle Inhalt der QuelleModak, Sudipta, Aakarsh Malhotra, Sarthak Malik, Anil Surisetty und Esam Abdel-Raheem. „CPa-WAC: Constellation Partitioning-based Scalable Weighted Aggregation Composition for Knowledge Graph Embedding“. In Thirty-Third International Joint Conference on Artificial Intelligence {IJCAI-24}. California: International Joint Conferences on Artificial Intelligence Organization, 2024. http://dx.doi.org/10.24963/ijcai.2024/388.
Der volle Inhalt der QuelleVeira, Neil, Brian Keng, Kanchana Padmanabhan und Andreas Veneris. „Unsupervised Embedding Enhancements of Knowledge Graphs using Textual Associations“. In Twenty-Eighth International Joint Conference on Artificial Intelligence {IJCAI-19}. California: International Joint Conferences on Artificial Intelligence Organization, 2019. http://dx.doi.org/10.24963/ijcai.2019/725.
Der volle Inhalt der QuelleTu, Wenxuan, Sihang Zhou, Xinwang Liu, Yue Liu, Zhiping Cai, En Zhu, Changwang Zhang und Jieren Cheng. „Initializing Then Refining: A Simple Graph Attribute Imputation Network“. In Thirty-First International Joint Conference on Artificial Intelligence {IJCAI-22}. California: International Joint Conferences on Artificial Intelligence Organization, 2022. http://dx.doi.org/10.24963/ijcai.2022/485.
Der volle Inhalt der Quelle