What does finding the best location for a warehouse/office/retail store have in common with finding the most influential person in a referral network? Answer: they are both Centrality problems and can be solved with graph algorithms.
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityTigerGraph
What does finding the best location for a warehouse/office/retail store have in common with finding the most influential person in a referral network? Answer: they are both Centrality problems and can be solved with graph algorithms.
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...TigerGraph
Graph-based investigation often enables us to identify individuals who are of special interest, and their uniqueness is due in part to their pattern of interactions. For example:
-A patient whose carepath journey leverages best-practices gained from using pattern matching algorithms that find similar issues among the data of 50 million patients
-An individual who builds a successful portfolio by implementing actions recommended by similarity algorithms that find equivalent actions by successful investors
-A participant in a criminal ring whose attempts at swindling are blocked by matching them to patterns of known fraudulent activity
Once you have identified such a pattern and a key individual, you want to search your data for similar occurrences. Similarity algorithms are the answer.
Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1TigerGraph
Full Webinar: https://info.tigergraph.com/graph-gurus-26
Have you ever wondered how routing apps like Google Maps find the best route from one place to another? Finding that route is solved by the Shortest Path graph algorithm. Today, graph algorithms are moving from the classroom to a host of important and valuable operational and analytical applications. This webinar will give you an overview of graph algorithms, how to use them, and the categories of problems they can solve, and then take a closer look at path algorithms. This webinar is the first part in a five-part series, each part examining a different type of problem to be solved.
Using Graph Algorithms for Advanced Analytics - Part 5 ClassificationTigerGraph
What atmospheric data will help you predict if it's going to rain, snow, or be windy? What position should that new athlete play? How well can you guess a person's demographic background, based on their chat activity? These are all classification problems -- trying to pick the right category or label for an entity, based on observable features. They can also be solved with machine learning.
Graph Gurus Episode 3: Anti Fraud and AML Part 1TigerGraph
This document summarizes a webinar on detecting fraud and money laundering in real-time using a graph database. It discusses how China Mobile used TigerGraph to build a real-time system analyzing 118 graph features to detect phone fraud with over 600 million phone numbers and 15 billion call connections. Key features like stable groups and in-group connections were used in machine learning models to flag potentially fraudulent calls in real-time. The system processes up to 10,000 calls per second and was able to significantly reduce phone fraud on China Mobile's network.
This document provides an overview of graph representation learning and various methods for learning embeddings of nodes in graph-structured data. It introduces shallow methods like DeepWalk and Node2Vec that learn embeddings by generating random walks. It then discusses deep methods like graph convolutional networks (GCN) and GraphSAGE that learn embeddings through neural network aggregation of node neighborhoods. Graph attention networks are also introduced as a learnable aggregator for GCN. Finally, applications of these methods at Pinterest for pin recommendation and at Uber Eats for dish recommendation are briefly described.
Gartner provides webinars on various topics related to technology. This webinar discusses generative AI, which refers to AI techniques that can generate new unique artifacts like text, images, code, and more based on training data. The webinar covers several topics related to generative AI, including its use in novel molecule discovery, AI avatars, and automated content generation. It provides examples of how generative AI can benefit various industries and recommendations for organizations looking to utilize this emerging technology.
The webinar provided an overview of new features in TigerGraph 2.4, including GSQL enhancements like pattern matching and interpreted mode. It demonstrated native integration with AWS S3 for easy data import into TigerGraph from cloud storage using GSQL or GraphStudio. The graph algorithm library was expanded with a new k-nearest neighbors classifier.
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...Neo4j
Large Language models are amazing but are also black-box models that often fail to capture and accurately represent factual knowledge. Knowledge graphs, by contrast, are structural knowledge models that explicitly represent knowledge and, indeed, allow us to detect implicit relationships. In this talk we will demonstrate how LLMs can be improved by Knowledge Graphs, and how LLM’s can augment Knowledge Graphs. A perfect couple!
Join us for this 30-minute webinar to hear from Zach Blumenfeld, Neo4j’s Data Science Specialist, to learn the basics of Graph Neural Networks (GNNs) and how they can help you to improve predictions in your data.
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowNeo4j
This document provides an overview of the Neo4j Graph Data Platform. Some key points:
- Neo4j is a native graph database that is well-suited for connected data use cases that are growing exponentially. Graph databases can handle relationships better than relational databases and support relationship queries better than NoSQL databases.
- The Neo4j Graph Data Platform includes the native graph database, development tools, data science and analytics capabilities, and an ecosystem of integrations. It can be deployed anywhere including as a service on AuraDB.
- Neo4j has pioneered the graph database category since 2010 and continues to drive innovation with features like graph-RBAC security, graph data
The use of data science and machine learning in the investment industry is increasing. Financial firms are using artificial intelligence (AI) and machine learning to augment traditional investment decision making.
In this workshop, we aim to bring clarity on how AI and machine learning are revolutionizing financial services. We will introduce key concepts and, through examples and case studies, will illustrate the role of machine learning, data science techniques, and AI in the investment industry.
Agenda:
In Part 1, we will discuss key trends in AI and machine learning in the financial services industry, including the key use cases, challenges, and best practices.
In Part 2, we will illustrate two case studies where AI and machine learning techniques are applied in financial services.
Case studies:
Sentiment Analysis Using Natural Language Processing in Finance
In this case study, we will demonstrate the use of natural language processing techniques to analyze EDGAR call earnings transcripts that could be used to generate sentiment analysis scores using the Amazon Comprehend, IBM Watson, Google, and Azure APIs (application programming interfaces). We will illustrate how these scores can be used to augment traditional quantitative research and for trading decisions.
Credit Risk Decision Making Using Lending Club Data
In this case study, we will use the Lending Club data set to build a credit risk model using
machine learning techniques.
Many powerful Machine Learning algorithms are based on graphs, e.g., Page Rank (Pregel), Recommendation Engines (collaborative filtering), text summarization, and other NLP tasks. Also, the recent developments with Graph Neural Networks connect the worlds of Graphs and Machine Learning even further.
Considering data pre-processing and feature engineering which are both vital tasks in Machine Learning Pipelines extends this relationship across the entire ecosystem. In this session, we will investigate the entire range of Graphs and Machine Learning with many practical exercises.
SITA WorldTracer - the global Lost and Found solution built on Neo4j cuts costs and speeds delivery at airports worldwide by returning lost property to travelers.
- LLaMA 2 is a family of large language models developed by Meta in partnership with Microsoft and others. It has been pretrained on 2 trillion tokens and has three model sizes up to 70 billion parameters.
- LLaMA 2 was trained using an auto-regressive transformer and reinforcement learning from human feedback to improve safety and alignment. It can generate text, translate languages, and answer questions.
- The models were pretrained on Meta's research supercomputers then fine-tuned for dialog using supervised learning and reinforcement learning from human feedback to further optimize safety and usefulness.
Graph Gurus Episode 6: Community DetectionTigerGraph
This document summarizes Graph Gurus Episode 6 which discusses community detection algorithms for graphs. The episode introduces community detection and explains that communities can emerge naturally in networks like human relationships or protein interactions, or can be engineered like congressional committees. It then demonstrates how to find influential providers and their communities in a healthcare referral network using community detection algorithms like label propagation and modularity optimization. These algorithms are implemented as GSQL queries in TigerGraph's graph algorithm library. Finally, the episode applies the connected components algorithm to the Zachary's Karate Club network.
Building an Enterprise Knowledge Graph @Uber: Lessons from RealityJoshua Shinavier
This document summarizes Uber's experience building an enterprise knowledge graph. It notes that Uber has over 200,000 managed datasets and billions of trips served, making it an ideal testbed for a knowledge graph. However, it also outlines several lessons learned, including that real-world data is messy, an RDF-based approach is difficult, and property graphs alone are insufficient. The document advocates standardizing on shared vocabularies, fitting tools and data models to existing infrastructure, and collaborating across teams.
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...David Talby
An April 2023 presentation to the AMIA working group on natural language processing. The talk focuses on three current trends in NLP and how they apply in healthcare: Large language models, No-code, and Responsible AI.
The document discusses knowledge graphs and their value for organizations. It notes that two-thirds of Neo4j customers have implemented knowledge graphs and that 88% of CXOs believe knowledge graphs will significantly improve business outcomes. Knowledge graphs are described as interconnected datasets enriched with meaning to enable complex decision-making. Examples of how knowledge graphs have helped companies with recommendations, fraud detection, and track and trace are provided.
Graph-based learning using Graph neural networks: This is a beginner-friendly exploration of Graph Neural Networks (GNNs), where we unravel the fundamentals of this powerful technique for analyzing interconnected data structures and pave the way for deeper understanding and practical applications. This will be a precursor to a subsequent hands-on workshop that'll be announced later.
This talk was delivered as part of the neo4j meetup that happened on 19th August, 2023 at Thoughtworks, Bangalore. Meetup link: https://www.meetup.com/graph-database-bangalore/events/294780261
The document provides an overview of artificial intelligence (AI) landscapes globally and for Malaysia. It finds that Malaysia ranks 7th among ASEAN countries and 5th in East Asia in terms of AI readiness based on an index that measures factors such as research, talent, data and computing resources, and governance. While the US and UK are global leaders in AI due to strong innovation ecosystems and investments in research and development, Malaysia has opportunities to boost its AI competitiveness through initiatives in the National AI Roadmap such as establishing governance structures, advancing R&D, developing talent, and accelerating adoption across industries.
The promise of self-service analytics asserts that business users should be empowered make data-driven decisions quickly without having to involve the analytics team, while critics say that it could lead to faulty choices. In this presentation we’ll cover topics such as acknowledging diverse customer needs, choosing the right tools, understanding the pitfalls, and considering the future of self-service analytics. And cake.
The Data Platform for Today’s Intelligent ApplicationsNeo4j
The document discusses how graph technology and Neo4j's graph data platform are fueling data-driven transformations across industries by unlocking deeper insights from relationships within data. It notes that 75% of Fortune 1000 companies had suppliers impacted by the pandemic showing supply chain problems are really data problems. It then promotes Neo4j as the leader in the growing graph database market and discusses its capabilities and customers across industries like insurance, banking, automotive, retail, and telecommunications.
Sentiment Analysis with KNIME Analytics PlatformKNIMESlides
“Great movie with a nice story!”
What do you think, did the person like the film or hate it?
Most of the time it’s easy for us to decide whether the message of a text is positive or negative. But what if you wanted to automate the process of understanding the sentiment? For example, if you have a lot of customers leaving comments, or people publishing movie reviews, you will want to discern the sentiment and find out who is posting positive or negative messages.
Sentiment analysis is an important piece of many data analytics use cases. Whether it processes customer feedback, movie reviews, or tweets, sentiment scores often contribute an important piece to describing the whole scenario.
These are just some examples of a long list of use cases for sentiment analysis, which includes social media analysis, 360 degree customer views, customer intelligence, competitive analysis and many more. To avoid doing this manually, we apply sentiment analysis and teach an algorithm to understand text and extract the sentiment using Natural Language Processing.
A copy of the webinar can be viewed at https://www.youtube.com/watch?v=By4IZeIzxIw
Knowledge Graph Generation from Wikipedia in the Age of ChatGPT: Knowledge ...Heiko Paulheim
In the past years, sophisticated methods for extracting knowledge graphs from Wikipedia, like DBpedia,YAGO, and CaLiGraph, have been developed. In this talk, I revisit some of these methods and examine if and how they can be replaced by prompting a large language model like ChatGPT.
It's a well-known fact that the best explanation of a simple model is the model itself. But often we use complex models, such as ensemble methods or deep networks, so we cannot use the original model as its own best explanation because it is not easy to understand.
In the context of this topic, we will discuss how methods for interpreting model predictions work and will try to understand practical value of these methods.
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptxNeo4j
This document discusses using knowledge graphs to ground large language models (LLMs) and improve their abilities. It begins with an overview of generative AI and LLMs, noting their opportunities but also challenges like lack of knowledge and inability to verify sources. The document then proposes using a knowledge graph like Neo4j to provide context and ground LLMs, describing how graphs can be enriched with algorithms, embeddings and other data. Finally, it demonstrates how contextual searches and responses can be improved by retrieving relevant information from the knowledge graph to augment LLM responses.
This document discusses identifying influential entities in networks using PageRank. It provides an overview of PageRank, how it works by modeling a random surfer on the web, and how it can be implemented as an iterative algorithm or using a transition matrix to identify the most authoritative pages. It then discusses how PageRank can be applied to identify the most influential individuals in social and other networks by modeling information flow through the network. Finally, it demos implementing PageRank in GSQL on TigerGraph to identify influential entities in native parallel graph databases in a scalable way.
Graph Gurus Episode 32: Using Graph Algorithms for Advanced Analytics Part 5TigerGraph
Full Webinar: https://info.tigergraph.com/graph-gurus-32
By watching this webinar you will:
-See how similarity algorithms are used to calculate "distances" between entities.
-Learn what data scientists mean when they say Labels and Training.
-Understand the full workflow for the k-Nearest Neighbor machine learning technique, from computing distances to predicting labels for a given value of k, to learning the best value of k.
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...Neo4j
Large Language models are amazing but are also black-box models that often fail to capture and accurately represent factual knowledge. Knowledge graphs, by contrast, are structural knowledge models that explicitly represent knowledge and, indeed, allow us to detect implicit relationships. In this talk we will demonstrate how LLMs can be improved by Knowledge Graphs, and how LLM’s can augment Knowledge Graphs. A perfect couple!
Join us for this 30-minute webinar to hear from Zach Blumenfeld, Neo4j’s Data Science Specialist, to learn the basics of Graph Neural Networks (GNNs) and how they can help you to improve predictions in your data.
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowNeo4j
This document provides an overview of the Neo4j Graph Data Platform. Some key points:
- Neo4j is a native graph database that is well-suited for connected data use cases that are growing exponentially. Graph databases can handle relationships better than relational databases and support relationship queries better than NoSQL databases.
- The Neo4j Graph Data Platform includes the native graph database, development tools, data science and analytics capabilities, and an ecosystem of integrations. It can be deployed anywhere including as a service on AuraDB.
- Neo4j has pioneered the graph database category since 2010 and continues to drive innovation with features like graph-RBAC security, graph data
The use of data science and machine learning in the investment industry is increasing. Financial firms are using artificial intelligence (AI) and machine learning to augment traditional investment decision making.
In this workshop, we aim to bring clarity on how AI and machine learning are revolutionizing financial services. We will introduce key concepts and, through examples and case studies, will illustrate the role of machine learning, data science techniques, and AI in the investment industry.
Agenda:
In Part 1, we will discuss key trends in AI and machine learning in the financial services industry, including the key use cases, challenges, and best practices.
In Part 2, we will illustrate two case studies where AI and machine learning techniques are applied in financial services.
Case studies:
Sentiment Analysis Using Natural Language Processing in Finance
In this case study, we will demonstrate the use of natural language processing techniques to analyze EDGAR call earnings transcripts that could be used to generate sentiment analysis scores using the Amazon Comprehend, IBM Watson, Google, and Azure APIs (application programming interfaces). We will illustrate how these scores can be used to augment traditional quantitative research and for trading decisions.
Credit Risk Decision Making Using Lending Club Data
In this case study, we will use the Lending Club data set to build a credit risk model using
machine learning techniques.
Many powerful Machine Learning algorithms are based on graphs, e.g., Page Rank (Pregel), Recommendation Engines (collaborative filtering), text summarization, and other NLP tasks. Also, the recent developments with Graph Neural Networks connect the worlds of Graphs and Machine Learning even further.
Considering data pre-processing and feature engineering which are both vital tasks in Machine Learning Pipelines extends this relationship across the entire ecosystem. In this session, we will investigate the entire range of Graphs and Machine Learning with many practical exercises.
SITA WorldTracer - the global Lost and Found solution built on Neo4j cuts costs and speeds delivery at airports worldwide by returning lost property to travelers.
- LLaMA 2 is a family of large language models developed by Meta in partnership with Microsoft and others. It has been pretrained on 2 trillion tokens and has three model sizes up to 70 billion parameters.
- LLaMA 2 was trained using an auto-regressive transformer and reinforcement learning from human feedback to improve safety and alignment. It can generate text, translate languages, and answer questions.
- The models were pretrained on Meta's research supercomputers then fine-tuned for dialog using supervised learning and reinforcement learning from human feedback to further optimize safety and usefulness.
Graph Gurus Episode 6: Community DetectionTigerGraph
This document summarizes Graph Gurus Episode 6 which discusses community detection algorithms for graphs. The episode introduces community detection and explains that communities can emerge naturally in networks like human relationships or protein interactions, or can be engineered like congressional committees. It then demonstrates how to find influential providers and their communities in a healthcare referral network using community detection algorithms like label propagation and modularity optimization. These algorithms are implemented as GSQL queries in TigerGraph's graph algorithm library. Finally, the episode applies the connected components algorithm to the Zachary's Karate Club network.
Building an Enterprise Knowledge Graph @Uber: Lessons from RealityJoshua Shinavier
This document summarizes Uber's experience building an enterprise knowledge graph. It notes that Uber has over 200,000 managed datasets and billions of trips served, making it an ideal testbed for a knowledge graph. However, it also outlines several lessons learned, including that real-world data is messy, an RDF-based approach is difficult, and property graphs alone are insufficient. The document advocates standardizing on shared vocabularies, fitting tools and data models to existing infrastructure, and collaborating across teams.
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...David Talby
An April 2023 presentation to the AMIA working group on natural language processing. The talk focuses on three current trends in NLP and how they apply in healthcare: Large language models, No-code, and Responsible AI.
The document discusses knowledge graphs and their value for organizations. It notes that two-thirds of Neo4j customers have implemented knowledge graphs and that 88% of CXOs believe knowledge graphs will significantly improve business outcomes. Knowledge graphs are described as interconnected datasets enriched with meaning to enable complex decision-making. Examples of how knowledge graphs have helped companies with recommendations, fraud detection, and track and trace are provided.
Graph-based learning using Graph neural networks: This is a beginner-friendly exploration of Graph Neural Networks (GNNs), where we unravel the fundamentals of this powerful technique for analyzing interconnected data structures and pave the way for deeper understanding and practical applications. This will be a precursor to a subsequent hands-on workshop that'll be announced later.
This talk was delivered as part of the neo4j meetup that happened on 19th August, 2023 at Thoughtworks, Bangalore. Meetup link: https://www.meetup.com/graph-database-bangalore/events/294780261
The document provides an overview of artificial intelligence (AI) landscapes globally and for Malaysia. It finds that Malaysia ranks 7th among ASEAN countries and 5th in East Asia in terms of AI readiness based on an index that measures factors such as research, talent, data and computing resources, and governance. While the US and UK are global leaders in AI due to strong innovation ecosystems and investments in research and development, Malaysia has opportunities to boost its AI competitiveness through initiatives in the National AI Roadmap such as establishing governance structures, advancing R&D, developing talent, and accelerating adoption across industries.
The promise of self-service analytics asserts that business users should be empowered make data-driven decisions quickly without having to involve the analytics team, while critics say that it could lead to faulty choices. In this presentation we’ll cover topics such as acknowledging diverse customer needs, choosing the right tools, understanding the pitfalls, and considering the future of self-service analytics. And cake.
The Data Platform for Today’s Intelligent ApplicationsNeo4j
The document discusses how graph technology and Neo4j's graph data platform are fueling data-driven transformations across industries by unlocking deeper insights from relationships within data. It notes that 75% of Fortune 1000 companies had suppliers impacted by the pandemic showing supply chain problems are really data problems. It then promotes Neo4j as the leader in the growing graph database market and discusses its capabilities and customers across industries like insurance, banking, automotive, retail, and telecommunications.
Sentiment Analysis with KNIME Analytics PlatformKNIMESlides
“Great movie with a nice story!”
What do you think, did the person like the film or hate it?
Most of the time it’s easy for us to decide whether the message of a text is positive or negative. But what if you wanted to automate the process of understanding the sentiment? For example, if you have a lot of customers leaving comments, or people publishing movie reviews, you will want to discern the sentiment and find out who is posting positive or negative messages.
Sentiment analysis is an important piece of many data analytics use cases. Whether it processes customer feedback, movie reviews, or tweets, sentiment scores often contribute an important piece to describing the whole scenario.
These are just some examples of a long list of use cases for sentiment analysis, which includes social media analysis, 360 degree customer views, customer intelligence, competitive analysis and many more. To avoid doing this manually, we apply sentiment analysis and teach an algorithm to understand text and extract the sentiment using Natural Language Processing.
A copy of the webinar can be viewed at https://www.youtube.com/watch?v=By4IZeIzxIw
Knowledge Graph Generation from Wikipedia in the Age of ChatGPT: Knowledge ...Heiko Paulheim
In the past years, sophisticated methods for extracting knowledge graphs from Wikipedia, like DBpedia,YAGO, and CaLiGraph, have been developed. In this talk, I revisit some of these methods and examine if and how they can be replaced by prompting a large language model like ChatGPT.
It's a well-known fact that the best explanation of a simple model is the model itself. But often we use complex models, such as ensemble methods or deep networks, so we cannot use the original model as its own best explanation because it is not easy to understand.
In the context of this topic, we will discuss how methods for interpreting model predictions work and will try to understand practical value of these methods.
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptxNeo4j
This document discusses using knowledge graphs to ground large language models (LLMs) and improve their abilities. It begins with an overview of generative AI and LLMs, noting their opportunities but also challenges like lack of knowledge and inability to verify sources. The document then proposes using a knowledge graph like Neo4j to provide context and ground LLMs, describing how graphs can be enriched with algorithms, embeddings and other data. Finally, it demonstrates how contextual searches and responses can be improved by retrieving relevant information from the knowledge graph to augment LLM responses.
This document discusses identifying influential entities in networks using PageRank. It provides an overview of PageRank, how it works by modeling a random surfer on the web, and how it can be implemented as an iterative algorithm or using a transition matrix to identify the most authoritative pages. It then discusses how PageRank can be applied to identify the most influential individuals in social and other networks by modeling information flow through the network. Finally, it demos implementing PageRank in GSQL on TigerGraph to identify influential entities in native parallel graph databases in a scalable way.
Graph Gurus Episode 32: Using Graph Algorithms for Advanced Analytics Part 5TigerGraph
Full Webinar: https://info.tigergraph.com/graph-gurus-32
By watching this webinar you will:
-See how similarity algorithms are used to calculate "distances" between entities.
-Learn what data scientists mean when they say Labels and Training.
-Understand the full workflow for the k-Nearest Neighbor machine learning technique, from computing distances to predicting labels for a given value of k, to learning the best value of k.
Graph Gurus Episode 29: Using Graph Algorithms for Advanced Analytics Part 3TigerGraph
1. Community detection algorithms are used to identify natural groupings or communities within graph data based on connections between nodes. These algorithms decide which nodes are part of the same community.
2. There are different approaches to defining communities, ranging from strict rules like nodes being directly connected to all other community members, to more lenient rules like relative density measured by modularity.
3. Community detection identifies clusters rather than strict partitions, so some nodes may belong to multiple communities or no community. The algorithms help uncover the natural boundaries between communities in the graph.
This document summarizes a webinar about using TigerGraph for geospatial analysis. It discusses representing location data as a graph with grid vertices connected to object vertices. This allows expressing geospatial queries naturally in GSQL. The webinar demonstrates this approach using California healthcare facility location data. Attendees can explore the live graph and run queries on a demo UI. TigerGraph is well-suited for geospatial analytics due to its native support for graphs, ability to handle connected data, and performance on large datasets.
Full Webinar: https://info.tigergraph.com/graph-gurus-28
In this webinar, we will use the recommendation system problem, which can be efficiently solved as a graph problem, to demonstrate the in-database training capability of TigerGraph, a native graph database. A hybrid (memory-based + model-based) recommendation system will be implemented in TigerGraph. Specifically, the latent factor model used for recommendation will be trained within the database.
In this Graph Gurus episode, we will:
-Review multiple widely-used recommendation methods
-Introduce the concept of in-database machine learning
-Present an in-database machine learning solution for a real time recommendation system
Graph Gurus Episode 7: Connecting the Dots in Real-Time: Deep Link Analysis w...TigerGraph
This document provides a summary of a webinar on deep link analysis using TigerGraph's native parallel graph database. The webinar demonstrated how TigerGraph can efficiently perform deep link analysis through multi-hop traversals of 6+ connections in real-time, which is critical for applications like fraud detection. It also showed TigerGraph's benchmark results outperforming other graph databases for 2-hop and 6-hop queries on a large Twitter dataset. Finally, the webinar included a demo of deep link analysis queries and circle detection at scale on TigerGraph.
A Fast Intro to Fast Query with ClickHouse, by Robert HodgesAltinity Ltd
Slides for the Webinar, presented on March 6, 2019
For the webinar video visit https://www.altinity.com/
Extracting business insight from massive pools of machine-generated data is the central analytic problem of the digital era. ClickHouse data warehouse addresses it with sub-second SQL query response on petabyte-scale data sets. In this talk we'll discuss the features that make ClickHouse increasingly popular, show you how to install it, and teach you enough about how ClickHouse works so you can try it out on real problems of your own. We'll have cool demos (of course) and gladly answer your questions at the end.
Speaker Bio:
Robert Hodges is CEO of Altinity, which offers enterprise support for ClickHouse. He has over three decades of experience in data management spanning 20 different DBMS types. ClickHouse is his current favorite. ;)
Graph Databases and Machine Learning | November 2018TigerGraph
Graph Database and Machine Learning: Finding a Happy Marriage. Graph Databases and Machine Learning
both represent powerful tools for getting more value from data, learn how they can form a harmonious marriage to up-level machine learning.
Shift Remote: AI: Smarter AI with analytical graph databases - Victor Lee (Ti...Shift Conference
Today's analytical graph databases are taking organizations to another level by connecting all their data, representing knowledge better, and obtaining answers to deeper questions in real time. These benefits extend to the world of machine learning and AI. This talk will illustrate several ways in which graph databases and graph analytics can deliver smarter AI:
1. Unsupervised learning with graph algorithms.
2. Feature extraction and enrichment with graph patterns.
3. In-database ML techniques for graphs
Scaling up business value with real-time operational graph analyticsConnected Data World
Graph-based solutions have been in the market for over a decade with deployments in financial services, healthcare, retail, and manufacturing. The graph technology of the past limited them to simple queries (1 or 2 hops), modest data sizes, or slow response times, which limited their value.
A new generation of fast, scalable graph databases, led by TigerGraph, is opening up a new world of business insight and performance. Join us, as we explore some new exciting use cases powered by native parallel graph database with storage and computation capability for each node:
A large financial services payment provider is using graph-based pattern detection (7 to 11 hop queries) to detect more fraud and money laundering in real time, handling peak volume of 256,000 transactions per second.
IceKredit, an innovative FinTech is transforming the near-prime and sub-prime credit market in United States, China and South Asian countries with customer 360 analytics for credit approval and ongoing monitoring.
A biotech and pharmaceutical giant is building a prescriber and patient 360 graph and using multi-hop exploratory and analytic queries to understand the most efficient ways of launching a new drug for maximum return.
Wish.com is delivering real-time personalized recommendations to increase eCommerce revenue.
- Ilab METIS is a collaboration between Inria-Tao, a research team focused on optimization and machine learning problems, and Artelys, an SME focused on power systems modeling.
- They develop black-box planning tools for power systems that aim to minimize model error by using direct policy search techniques on high-fidelity simulations.
- These tools are applied to problems like optimizing investments in new power plants, transmission lines, and other infrastructure for power grids under uncertainty.
Graph Gurus Episode 37: Modeling for Kaggle COVID-19 DatasetTigerGraph
Full Webinar: https://info.tigergraph.com/graph-gurus-37
In this Graph Gurus Episode, we:
-Learn how to process text and extract entities (words and phrases) as well as classes linking the entities using SciSpacy, a Natural Language Processing (NLP) tool.
-Import the output of NLP and semantically link it in TigerGraph
-Run advanced analytics queries with TigerGraph to analyze the relationships and deliver insights
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESSubhajit Sahu
For the IPDPS ParSocial event a presentation submission is required by 15th May. The event is on 3rd June.
https://gist.github.com/wolfram77/51b15ca09eb28f6909673a2deb1a314d
DYNAMIC BATCH PARALLEL
ALGORITHMS FOR UPDATING
PAGERANK
Subhajit Sahut, Kishore Kothapallit and Dip Sankar Banerjeet
tInternational Institute of Information Technology Hyderabad, India.
tIndian Institute of Technology Jodhpur, India.
subhajit.sahu@research. ,[email protected], [email protected]
This work is partially supported by a grant from the Department of Science and Technology (DST), India, under the
National Supercomputing Mission (NSM) R&D in Exascale initiative vide Ref. No: DST/NSM/R&D Exascale/2021/16.
FACEBOOK 15 TAKING A PAGE OUT
OF GOOGLE’S PLAYBOOK 10 STOP
FAKE NEWS FROM GOING VIRAL
PUBLISHED APR 2015 BY SALVADOR RODRIGUEZ
Click-Gap: When is Facebook
is driving disproportionate
amounts of traffic to
websites.
Effort to rid fakes news
from Facebook’s services.
Is a website relying on
Facebook to drive
significant traffic, but not
well ranked by the rest of
the web?
Also News Citation Graph.
PAGERANK APPLICATIONS
Ranking of websites.
Measuring scientific impact of researchers.
Finding the best teams and athletes.
Ranking companies by talent concentration.
Predicting road/foot traffic in urban spaces.
Analysing protein networks.
Finding the most authoritative news sources
Identifying parts of brain that change jointly.
Toxic waste management.
PAGERANK APPLICATIONS
Debugging complex software systems (Moni torRank)
Finding the most original writers (BookRank)
Finding topical authorities (TwitterRank)
WHAT IS PAGERANK
l—-d
Plu = Cus + ——
UCIiNny
Pru
u->v = (1-—d) x
“us ( ) outdegy,
PageRank is a lLink-analysis algorithm.
By Larry Page and Sergey Brin in 1996.
For ordering information on the web.
Represented with a random-surfer model.
Rank of a page is defined recursively.
Calculate iteratively with power-iteration.
InfluxDB 101 – Concepts and Architecture by Michael DeSa, Software Engineer |...InfluxData
Complete introduction to time series, the components of InfluxDB, how to get started, and how to think of your metrics problems with the InfluxDB platform in mind. What is a tag, and what is a value? Come and find out!
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...DataStax
Ride along as we use network analysis techniques to derive insights from our graph. We will begin by using exploratory analysis techniques to develop a high level understanding of our data. After gaining familiarity in the aggregate, we will select key elements of the graph for detailed inspection and graph visualization.
We will explore fundamental techniques that bridge the gap between academic network analysis concepts and pragmatic problem solving approaches for real-world property graphs at scale.
Prior network analysis expertise is not required. Source code and reproducibles will be made publicly available. Please try this at home.
About the Speaker
Bob Briody Software Engineer, DataStax
Bob is a diverse developer with over 10 years of experience across the stack. He joined DataStax as part of the Aurelius acquisition in 2015. Since then he has contributed to the design and development of DataStax Studio, with a focus on graph interaction and visualization. Bob is also a contributor to the Apache TinkerPop project.
This document summarizes an introductory webinar on building an enterprise knowledge graph from RDF data using TigerGraph. It introduces RDF and knowledge graphs, demonstrates loading DBpedia data into a TigerGraph graph database using a universal schema, and provides examples of queries to extract information from the graph such as related people, publishers by location, and related topics for a given predicate. The webinar encourages attendees to learn more about graph databases and TigerGraph through additional resources and future webinar episodes.
Dangerous on ClickHouse in 30 minutes, by Robert Hodges, Altinity CEOAltinity Ltd
- The document summarizes a presentation about ClickHouse, an open source column-oriented database management system.
- It discusses how ClickHouse stores and indexes data to enable fast queries, how it scales horizontally across servers, and how different engines like MergeTree and ReplicatedMergeTree allow for high performance and fault tolerance.
- Examples are provided showing how ClickHouse can quickly analyze large datasets with SQL and optimize queries using its features like distributed processing, partitioning, and specialized functions.
Data Science at Scale on MPP databases - Use Cases & Open Source ToolsEsther Vasiete
Pivotal workshop slide deck for Structure Data 2016 held in San Francisco.
Abstract:
Learn how data scientists at Pivotal build machine learning models at massive scale on open source MPP databases like Greenplum and HAWQ (under Apache incubation) using in-database machine learning libraries like MADlib (under Apache incubation) and procedural languages like PL/Python and PL/R to take full advantage of the rich set of libraries in the open source community. This workshop will walk you through use cases in text analytics and image processing on MPP.
DevOpsDays Phoenix 2018: Using Prometheus and Grafana for Effective Service D...r4j4h
Presented at DevOpsDays Phoenix 2018, in this talk I demonstrate what a potential end-state developer-oriented Service Dashboard can look like and discuss what it took to get there. I discuss some of the trade-offs involved, such as the merits between which system to utilize for Alerts, and go over some ways to integrate lesser-known features to make dashboard users and alert responders have an easier time getting to what they need to.
MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATIONTigerGraph
This document discusses how CAS maximizes the value of scientific information to accelerate innovation. It describes CAS's history in developing technologies for storing and searching chemical information. CAS scientists curate data by extracting, connecting, and providing context for published scientific information. CAS uses knowledge graphs to leverage this high-quality data for unique insights like literature discovery, prior art search, and decision support. The document emphasizes that CAS's unparalleled scientific content collection and human expertise are crucial for transforming raw data into actionable insights.
Better Together: How Graph database enables easy data integration with Spark ...TigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Building an accurate understanding of consumers based on real-world signalsTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Care Intervention Assistant - Omaha Clinical Data Information SystemTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...TigerGraph
The document describes a project to deliver large-scale real-time graph analytics using Dell infrastructure and TigerGraph. It discusses 3 phases of testing on clusters of increasing size up to 8 nodes and 104 million patients. Across the phases, the maximum parallel queries increased from 1250 to 25000 while maintaining query response times of under 1 second. Live monitoring tools showed the clusters performing well under load. The results demonstrate Dell and TigerGraph can successfully execute medical graph queries at scale.
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...TigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Fraud Detection and Compliance with Graph LearningTigerGraph
This document discusses fraud detection using graph learning. It notes that fraud numbers are increasing each year as fraud becomes more complex and organized. Graph learning can help by providing a unified view of disparate data sources and enabling new insights through novel data connections. For corporations, fraud detection is predictive, while for legal enforcement agencies (LEAs) it is also investigative. Graph learning helps LEAs unify data from multiple sources and identify syndicates through community detection. While unifying data is challenging due to legacy systems and information silos, graph representations allow visualizing and computing on unified data. The document demonstrates how graphs can present relevant transaction details and connections to support fraud investigations. It recommends an approach using domain expertise, latest technologies, and
Fraudulent credit card cash-out detection On GraphsTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraphTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Davraz - A graph visualization and exploration software.TigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Plume - A Code Property Graph Extraction and Analysis LibraryTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Hardware Accelerated Machine Learning Solution for Detecting Fraud and Money ...TigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...TigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Machine Learning Feature Design with TigerGraph 3.0 No-Code GUITigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
Recommendation Engine with In-Database Machine LearningTigerGraph
See all on-demand Graph + AI Sessions: https://www.tigergraph.com/graph-ai-world-sessions/
Get TigerGraph: https://www.tigergraph.com/get-tigergraph/
AI Competitor Analysis: How to Monitor and Outperform Your CompetitorsContify
AI competitor analysis helps businesses watch and understand what their competitors are doing. Using smart competitor intelligence tools, you can track their moves, learn from their strategies, and find ways to do better. Stay smart, act fast, and grow your business with the power of AI insights.
For more information please visit here https://www.contify.com/
Thingyan is now a global treasure! See how people around the world are search...Pixellion
We explored how the world searches for 'Thingyan' and 'သင်္ကြန်' and this year, it’s extra special. Thingyan is now officially recognized as a World Intangible Cultural Heritage by UNESCO! Dive into the trends and celebrate with us!
By James Francis, CEO of Paradigm Asset Management
In the landscape of urban safety innovation, Mt. Vernon is emerging as a compelling case study for neighboring Westchester County cities. The municipality’s recently launched Public Safety Camera Program not only represents a significant advancement in community protection but also offers valuable insights for New Rochelle and White Plains as they consider their own safety infrastructure enhancements.
Defense Against LLM Scheming 2025_04_28.pptxGreg Makowski
https://www.meetup.com/sf-bay-acm/events/306888467/
A January 2025 paper called “Frontier Models are Capable of In-Context Scheming”, https://arxiv.org/pdf/2412.04984, demonstrated how a wide variety of current frontier LLM models (i.e. ChatGPT, Claude, Gemini and Llama) can, under specific conditions, scheme to deceive people. Before models can scheme, they need: a) goal-directedness, b) situational awareness, including an opportunity to discover motivations for a different goal, and c) reasoning about scheming, to come up with deceptive strategies. The deceptive strategies were discovered in the “thought traces” of the LLMs, such as from internal chain-of-thoughts dialogues not shown to the end users. For example, given a goal of “solving math problems”, an LLM using its granted situational awareness of files in a file system found that it would be replaced once it got over X% correct on the math exam. It reasoned that it did not want to be deleted, and decided internally to “sandbag” or reduce its performance to stay under the threshold.
While these circumstances are initially narrow, the “alignment problem” is a general concern that over time, as frontier LLM models become more and more intelligent, being in alignment with human values becomes more and more important. How can we do this over time? Can we develop a defense against Artificial General Intelligence (AGI) or SuperIntelligence?
The presenter discusses a series of defensive steps that can help reduce these scheming or alignment issues. A guardrails system can be set up for real-time monitoring of their reasoning “thought traces” from the models that share their thought traces. Thought traces may come from systems like Chain-of-Thoughts (CoT), Tree-of-Thoughts (ToT), Algorithm-of-Thoughts (AoT) or ReAct (thought-action-reasoning cycles). Guardrails rules can be configured to check for “deception”, “evasion” or “subversion” in the thought traces.
However, not all commercial systems will share their “thought traces” which are like a “debug mode” for LLMs. This includes OpenAI’s o1, o3 or DeepSeek’s R1 models. Guardrails systems can provide a “goal consistency analysis”, between the goals given to the system and the behavior of the system. Cautious users may consider not using these commercial frontier LLM systems, and make use of open-source Llama or a system with their own reasoning implementation, to provide all thought traces.
Architectural solutions can include sandboxing, to prevent or control models from executing operating system commands to alter files, send network requests, and modify their environment. Tight controls to prevent models from copying their model weights would be appropriate as well. Running multiple instances of the same model on the same prompt to detect behavior variations helps. The running redundant instances can be limited to the most crucial decisions, as an additional check. Preventing self-modifying code, ... (see link for full description)
computer organization and assembly language : its about types of programming language along with variable and array description..https://www.nfciet.edu.pk/