Resources

Videos, Slides, Case Studies and other GraphAware related resources

Hume Features - Actions

18 Jan 2023 videos Hume Law Enforcement

Run complex intelligence analysis with ease using Hume Actions - customised queries that offer the full power of Neo4j's Cypher query language. With a single click, unlock answers to investigative questions and unlock the power of your data.

In this video, we will explore how Hume Actions can help you answer these questions and more. With Hume Actions, you can quickly and easily query your data to gain insights into a person of interest's connections, affiliations, and activities. This feature allows you to quickly pull up profiles and data associated with a particular person, allowing you to gain a better understanding of the person's criminal background and potential connections. Hume Actions also helps you to keep track of your investigations and can even alert you when new information becomes available. With Hume Actions, you can quickly gain a better understanding of criminal activity and get closer to solving your case.

The Actions feature in Hume makes it easier for analysts to answer important questions quickly. Learn more about the powerful Hume features that enable fast and accurate analysis.

*The data used in the video are entirely fictitious.

REQUEST A DEMO or learn more about Hume.

NODES2022 - Temporal Graph Analysis

25 Nov 2022 videos KG ML

Fabio Montagna is Lead Machine Learning Engineer at GraphAware and presented Temporal Graph Analysis at NODES2022. In this session, we’ll share our experience with horizon scanning over a graph of medical research papers. By leveraging the author keywords from scientific publications, it’s possible to build a cooccurrence graph with a temporal component provided by the paper publication date. We’ll show how we can analyze trends and evolution patterns using an unsupervised algorithm that assigns roles to author keyword.

NODES2022 - Neo4j With Docker and Docker Compose Deep Dive

25 Nov 2022 videos Neo4j

Christophe Willemsen, CTO at GraphAware, spoke on NODES2022 about using Neo4j with Docker and Docker Compose, presented tips and tricks on basic usage, gave an explanation of the Docker image itself, backups and restore and building custom images extending the official Neo4j image.

NODES2022 - Keyword Disambiguation Using Transformers and Clustering to Build Cleaner Knowledge

25 Nov 2022 videos KG NLP

Federica Ventruto and Alessia Melania Lonoce are Junior Data Scientists at GraphAware who spoke at NODES2022. Natural language processing is an indispensable toolkit to build knowledge graphs from unstructured data. However, it comes with a price. Keywords and entities in unstructured texts are ambiguous - the same concept can be expressed by many different linguistic variations. The resulting knowledge graph would thus be polluted with many nodes representing the same entity without any order. In this session, we show how the semantic similarity based on transformer embeddings and agglomerative clustering can help in the domain of academic disciplines and research fields and how Neo4j improves the browsing experience of this knowledge graph.

NODES2022 - Data Management with Knowledge Graphs Bringing Archives to Life

25 Nov 2022 videos KG NLP

Vlasta Kůs is Lead Data Scientist at GraphAware and presented at NODES2022. Public archives contain incredible amount of knowledge. In this session, we’ll cover a real use case of building a knowledge graph for the archive of a major foundation to help empower researchers (or business analysts) to access previously unavailable levels of insights. This archive, going up to a century back, contains detailed information about funded projects and conversations preceding them, budgets, research endeavors, and outcomes, as well as priceless knowledge about influence networks of foundation representatives, researchers, and students. A particular challenge was that the same events were described in multiple sources. The only way to leverage all of this knowledge was through the use of advanced analytics and machine learning. We will explore the technologies (including OCR, NLP, and graph data science) and complex pipelines employed to create this major knowledge graph.

NODES2022 - Building a Neo4j/Python OGM

25 Nov 2022 videos CYPHER

Estelle Scifo is a Machine Learning Engineer at GraphAware and presented at NODES2022. Leverage Cypher map projections and Python dynamic typing to build an Object Graph Mapper for Neo4j. In this step-by-step session, you’ll learn how to get started on such a project, from defining the framework API to automatically building Cypher queries.