ArangoDB ArangoML | Machine Learning Integration Guide https://arangodb.com/category/arangoml/ The database for graph and beyond Fri, 07 Feb 2025 12:50:07 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://arangodb.com/wp-content/uploads/2023/08/cropped-favicon-32x32.png ArangoDB ArangoML | Machine Learning Integration Guide https://arangodb.com/category/arangoml/ 32 32 Introducing the ArangoDB-PyG Adapter https://arangodb.com/2022/08/introducing-the-arangodb-pyg-adapter/ https://arangodb.com/2022/08/introducing-the-arangodb-pyg-adapter/#respond Thu, 04 Aug 2022 08:40:19 +0000 https://www.arangodb.com/?p=40352 Estimated reading time: 10 minutes We are proud to announce the GA 1.0 release of the ArangoDB-PyG Adapter! The ArangoDB-PyG Adapter exports Graphs from ArangoDB, the multi-model database for graph & beyond, into PyTorch Geometric (PyG), a PyTorch-based Graph Neural Network library, and vice-versa. On July 29 2022, we introduced the first release of the PyTorch…

The post Introducing the ArangoDB-PyG Adapter appeared first on ArangoDB.

]]>
https://arangodb.com/2022/08/introducing-the-arangodb-pyg-adapter/feed/ 0
What is a Graph Database? https://arangodb.com/2022/07/what-is-a-graph-database/ https://arangodb.com/2022/07/what-is-a-graph-database/#respond Thu, 07 Jul 2022 18:39:41 +0000 https://www.arangodb.com/?p=40122 Introduction Graphs occur everywhere in everyday life: your network of friends, the network of roads you drive on, and the supply chain of factories, ships, and roads that brought you the device you’re reading this on. While it might be easy to connect the dots on how most things can be shown as a graph,…

The post What is a Graph Database? appeared first on ArangoDB.

]]>
https://arangodb.com/2022/07/what-is-a-graph-database/feed/ 0
Who’s Who in Data Science https://arangodb.com/2022/04/whos-who-in-data-science/ https://arangodb.com/2022/04/whos-who-in-data-science/#respond Thu, 14 Apr 2022 15:04:10 +0000 https://www.arangodb.com/?p=39761 Multiple data science personas participate in the daily operations of data logistics and intelligent business applications. Management and employees need to understand the big picture of data science to maximize collaboration efforts for these operations. This article will highlight the specialized roles and skillsets needed for the different data science tasks and the best tools…

The post Who’s Who in Data Science appeared first on ArangoDB.

]]>
https://arangodb.com/2022/04/whos-who-in-data-science/feed/ 0
Integrate ArangoDB with PyTorch Geometric to Build Recommendation Systems https://arangodb.com/2022/04/integrate-arangodb-with-pytorch-geometric-to-build-recommendation-systems/ https://arangodb.com/2022/04/integrate-arangodb-with-pytorch-geometric-to-build-recommendation-systems/#respond Wed, 06 Apr 2022 16:52:45 +0000 https://www.arangodb.com/?p=39718 Estimated reading time: 20 minutes In this blog post, we will build a complete movie recommendation application using ArangoDB and PyTorch Geometric. We will tackle the challenge of building a movie recommendation application by transforming it into the task of link prediction. Our goal is to predict missing links between a user and the movies they have not watched…

The post Integrate ArangoDB with PyTorch Geometric to Build Recommendation Systems appeared first on ArangoDB.

]]>
https://arangodb.com/2022/04/integrate-arangodb-with-pytorch-geometric-to-build-recommendation-systems/feed/ 0
ArangoSync: A Recipe for Reliability https://arangodb.com/2021/08/arangosync-a-recipe-for-reliability/ https://arangodb.com/2021/08/arangosync-a-recipe-for-reliability/#respond Wed, 18 Aug 2021 11:59:42 +0000 https://www.arangodb.com/?p=37876 Estimated reading time: 18 minutes A detailed journey into deploying a DC2DC replicated environment When we thought about all the things we wanted to share with our users there were obviously a lot of topics to choose from. Our Enterprise feature; ArangoSync was one of the topics that we have talked about frequently and we…

The post ArangoSync: A Recipe for Reliability appeared first on ArangoDB.

]]>
https://arangodb.com/2021/08/arangosync-a-recipe-for-reliability/feed/ 0
A Comprehensive Case-Study of GraphSage using PyTorchGeometric and Open-Graph-Benchmark https://arangodb.com/2021/08/a-comprehensive-case-study-of-graphsage-using-pytorchgeometric/ https://arangodb.com/2021/08/a-comprehensive-case-study-of-graphsage-using-pytorchgeometric/#respond Fri, 13 Aug 2021 14:40:16 +0000 https://www.arangodb.com/?p=37807 Estimated reading time: 15 minute This blog post provides a comprehensive study on the theoretical and practical understanding of GraphSage, this notebook will cover: Check it out on github Last updated: 23/08/2023 15:05:13 Hear More from the Author Graph Embeddings Continue Reading Entity Resolution in ArangoDB Inside the Avocado Grove: From Canada to Germany and the…

The post A Comprehensive Case-Study of GraphSage using PyTorchGeometric and Open-Graph-Benchmark appeared first on ArangoDB.

]]>
https://arangodb.com/2021/08/a-comprehensive-case-study-of-graphsage-using-pytorchgeometric/feed/ 0
ArangoML Series: Multi-Model Collaboration https://arangodb.com/2021/01/arangoml-series-multi-model-collaboration/ https://arangodb.com/2021/01/arangoml-series-multi-model-collaboration/#respond Tue, 26 Jan 2021 18:45:36 +0000 https://www.arangodb.com/?p=35700 Multi-Model Machine Learning This article looks at how a team collaborating on a real-world machine learning project benefits from using a multi-model database for capturing ML meta-data. The specific points discussed in this article are how: Be sure to check out the other posts in this series:ArangoML Part 1: Where Graphs and Machine Learning MeetArangoML…

The post ArangoML Series: Multi-Model Collaboration appeared first on ArangoDB.

]]>
https://arangodb.com/2021/01/arangoml-series-multi-model-collaboration/feed/ 0
ArangoML Series: Intro to NetworkX Adapter https://arangodb.com/2020/11/arangoml-series-intro-to-networkx-adapter/ https://arangodb.com/2020/11/arangoml-series-intro-to-networkx-adapter/#respond Tue, 17 Nov 2020 18:25:00 +0000 https://www.arangodb.com/?p=35628 This post is the fifth in a series of posts introducing the ArangoML features and tools. This post introduces the NetworkX adapter, which makes it easy to analyze your graphs stored in ArangoDB with NetworkX. In this post we: This notebook is just a slice of the full-sized notebook available in the ArangoDB NetworkX adapter…

The post ArangoML Series: Intro to NetworkX Adapter appeared first on ArangoDB.

]]>
https://arangodb.com/2020/11/arangoml-series-intro-to-networkx-adapter/feed/ 0
ArangoML Part 4: Detecting Covariate Shift in Datasets https://arangodb.com/2020/11/arangoml-part-4-detecting-covariate-shift-in-datasets/ https://arangodb.com/2020/11/arangoml-part-4-detecting-covariate-shift-in-datasets/#respond Thu, 05 Nov 2020 09:31:00 +0000 https://arangodb.com/?p=35184 This post is the fourth in a series of posts introducing ArangoML and showcasing its benefits to your machine learning pipelines. Until now, we have focused on ArangoML’s ability to capture metadata for your machine learning projects, but it does much more.  In this post we: Posts in this series:ArangoML Part 1: Where Graphs and…

The post ArangoML Part 4: Detecting Covariate Shift in Datasets appeared first on ArangoDB.

]]>
https://arangodb.com/2020/11/arangoml-part-4-detecting-covariate-shift-in-datasets/feed/ 0
ArangoML Part 3: Bootstrapping and Bias-Variance https://arangodb.com/2020/10/arangoml-part-3-bootstrapping-and-bias-variance/ https://arangodb.com/2020/10/arangoml-part-3-bootstrapping-and-bias-variance/#respond Sat, 24 Oct 2020 08:22:00 +0000 https://arangodb.com/?p=35181 This post is the third in a series of posts about machine learning and showcasing the benefits ArangoML adds to your machine learning pipelines. In this post we: Posts in this series:ArangoML Part 1: Where Graphs and Machine Learning MeetArangoML Part 2: Basic Arangopipe WorkflowArangoML Part 3: Bootstrapping and Bias VarianceArangoML Part 4: Detecting Covariate…

The post ArangoML Part 3: Bootstrapping and Bias-Variance appeared first on ArangoDB.

]]>
https://arangodb.com/2020/10/arangoml-part-3-bootstrapping-and-bias-variance/feed/ 0