home.social

#graphthinking — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #graphthinking, aggregated by home.social.

  1. Anyone that loves solving problems using graph theory? I am working on a domain specific programming language that works within a graph/network and would love some feedback from diverse fields.

  2. "Universality of Neural Networks on Graphs vs. Sets"
    Petar Veličković, Fabian Fuchs
    2022-11
    fabianfuchsml.github.io/univer

    Looking at universal function approximation (in deep learning) applied to graphs.

    More so about universal function *representation* than *approximation*

    Also, what is provably non-universal? For example, GCNs.

    #graphthinking #graphdatascience

  3. "From Knowledge Graphs to Knowledge Categories"
    Josh Shinavier interviews Ryan Wisnesky
    youtube.com/watch?v=-N33MZa3B9

    Applications of category theory with graphs. For example, how to align schema, make guarantees about data migration from relational databases into graphs, data quality checks, etc. If you've ever worked in some of these areas of advanced math, Ryan shows excellent applications – including some of the data management practices at Uber.

    #graphthinking #graphdatascience

  4. I'll present at PyData Global, Thu Dec 01 13:30 US Pacific:
    "Data Prep for Graphs"
    global2022.pydata.org/cfp/talk

    TL;DR: data prep phase in #graphdatascience work involves tools/techniques vastly different than data science in general. This stage of work is computationally expensive, and ironically much must be performed *prior* to loading into a graph DB.

    Here's a sampler.

    Also, we'll cover the github.com/DerwenAI/pynock proposal for Parquet serialization of graph data.

    #graphthinking

  5. A synthetic taxonomy for classifying the plastic tags from bread and other plastic-bagged pastries.

    inverse.com/input/culture/horg

    > “It really STRUCK me how weirdly biomorphic it looks, like a larval PARASITE with claws. Why does no one NOTICE these things?”

    #graphthinking #graphdatascience

  6. Definitely, check out the amazing work by Yalda Shankar at the nexus of AI and Design:
    yaldashankar.org/
    linkedin.com/feed/update/urn:l

    In particular, see "The GNN Booklet" (part 1, WIP) for an outstanding illustrated review of graph-related concepts and the associated math:
    yaldashankar.org/index.html#Wr

    #graphthinking #graphdatascience

  7. @alesegura @mdwaldman22

    There are ~50 vendors now for "graph databases" and I'm certain their respective sales people will try to refute most of what I've said above. However, if you talk privately with their large customers, you'll hear back most of what I've said above :) Caveat emptor.

    Here's a public spreadsheet where we curate the graph database vendors, related open source projects, and also the smaller consultancies with graph experts

    derwen.ai/s/52hztjkknx6n

    #graphthinking

  8. @alesegura @mdwaldman22

    In an open source project called `kglab` (since 2020) we've worked to build integration paths between these different camps, making them more compatible with PyData approaches, and providing tutorials with examples.
    github.com/DerwenAI/kglab
    derwen.ai/docs/kgl/tutorial/

    #graphthinking #graphdatascience

  9. @alesegura @mdwaldman22
    Here's a talk (slides) that goes into more detail: derwen.ai/s/kcgh#35

    and a recent video which goes with these slides
    youtube.com/watch?v=dVjsBNXcg6

    We're tracking ~6 different camps that claim the word "graph" which tend to be mutually exclusive.

    #graphthinking

  10. @alesegura @mdwaldman22

    #graphthinking

    OBO is based on OWL, so it falls within the W3C area of semantic graphs, which use SPARQL queries, SHACL, etc.

    Many data-intensive problems in industry tend to use labeled property graphs (LPG) such as neo4j and Cypher queries.

    There's much work with probabilistic graphs and statistical relational learning.

    There's much work with GNNs

    There's much work with graph visualization.

    Unfortunately, these different camps do not align much.

  11. Video is now available from our talk at Ray Summit 2022 "Graphs at scale with Ray, for AI in Manufacturing"
    anyscale.com/ray-summit-2022/a

    Lots of details discussed!

    (free, requires registration details)

    #graphthinking #graphdatascience #ai #manufacturing #ray #pydata