#
graph-data
Here are 29 public repositories matching this topic...
GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba
-
Updated
Sep 1, 2021 - Java
A curated list of adversarial attacks and defenses papers on graph-structured data.
security
machine-learning
data-mining
deep-learning
graph-algorithms
survey
awesome-list
graph-data
graph-attack
literature-review
adversarial-machine-learning
adversarial-attacks
-
Updated
Aug 24, 2021
A curated collection of adversarial attack and defense on graph data.
machine-learning
awesome
resources
survey
semi-supervised-learning
graph-data
defense
adversarial-attack
graph-adversarial-learning
-
Updated
Aug 25, 2021 - Python
Bio4j abstract model and general entry point to the project
java
bioinformatics
database
graph
proteins
protein
gene-ontology
java-8
graph-database
ncbi-taxonomy
graph-databases
property-graph
graph-data
uniprot
bio4j
graph-queries
graph-schema
titan
bio4j-titan
uniref
-
Updated
Dec 16, 2016 - Java
This one weird trick turns JSON documents into semantic graph databases!
-
Updated
Nov 18, 2020 - Python
-
Updated
Oct 23, 2017 - Erlang
Open
GEXF parser
ocramz
commented
Dec 21, 2020
A Repository of Benchmark Graph Datasets for Graph Classification (31 Graph Datasets In Total).
-
Updated
Jun 23, 2018
Java 8 library for strongly typed graph data
java
schema
graph
graphs
data-model
traversal
java8
java-8
graph-database
query-dsl
java-library
tinkerpop
graph-databases
graph-api
graph-data
strongly-typed
query-language
bio4j
graph-queries
graph-schema
-
Updated
Oct 29, 2016 - Java
A parallel packed CSR data structure for large-scale dynamic graphs
graph
graphs
data-structures
graph-processing
csr
graph-databases
graph-data
streaming-graph-processing
graph-datastructures
evolving-graphs
dynamic-graphs
streaming-graph-data
stream-graphs
pcsr
packed-memory-array
-
Updated
Dec 7, 2020 - C++
A tool for visualizing real-time network/graph data.
-
Updated
Oct 9, 2016 - JavaScript
Supervised graph diffusion and fusion.
machine-learning
clustering
supervised-learning
data-integration
graph-data
manifold-learning
diffusion
brain-connectivity
brain-network
data-fusion
network-neuroscience
computer-aided-diagnosis
brain-connectome
network-atlas
graph-fusion
graph-diffusion
sm-netfusion
-
Updated
Feb 7, 2021 - Jupyter Notebook
SM-NetFusion for supervised multi-topology network cross-diffusion.
machine-learning
clustering
supervised-learning
graph-data
brain-connectivity
autism-spectrum-disorder
network-neuroscience
computer-aided-diagnosis
brain-networks
graph-topology
network-integration
network-atlas
network-fusion
graph-diffusion
sm-netfusion
-
Updated
Sep 27, 2020 - MATLAB
Visualize graph data contained in your Amazon Web Service (AWS) Cloud Directory
-
Updated
Oct 28, 2019 - Go
AdvImmune model from "Adversarial Immunization for Certifiable Robustness on Graphs" (WSDM 2021)
security
machine-learning
data-mining
deep-learning
graph-data
adversarial-machine-learning
adversarial-attacks
graph-neural-networks
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 23, 2016 - Java
Data Visualization with Heterogenous Data
visualization
data
text-analysis
spatial-analysis
graph-data
relational-model
temporal-data
heterogenous-data
-
Updated
Mar 25, 2020 - Jupyter Notebook
Need a data lake? Learn how to setup and use Semantic Databases like Allegro Graph and Neo4j
-
Updated
May 5, 2021 - Python
G-NIA model from "Single Node Injection Attack against Graph Neural Networks" (CIKM 2021)
-
Updated
Sep 1, 2021 - Python
android
java
r
data-visualization
google-charts
google-maps-api
graph-data
mpandroidchart
yelp-dataset
advanced-os
-
Updated
Mar 16, 2018 - R
Python implementation of BGSR. BGSR is a method using functional brain data with the aim to boost neurological disorder diagnosis. It learns how to generate high-resolution (HR) graphs from low-resolution (LR) graphs without resorting to the computationally expensive image processing pipelines for connectome construction at high-resolution scales.
-
Updated
Aug 9, 2020 - Python
Lectura de sensor de iluminación y graficado en tiempo real vía websockets
-
Updated
Dec 4, 2019 - HTML
Map articles metadata and relationship to schema.org entities and stores them in graph database
-
Updated
Feb 1, 2019 - Python
A package for downloading and working with graph datasets
graph
graphs
julia
julia-language
dataset
datasets
graph-data
graph-kernel
graph-kernels
lightgraphs
graph-classification
juliagraphs
graph-datasets
-
Updated
Apr 12, 2021 - Julia
agGraphSearch: a R package for searching RDF graph data.
-
Updated
Aug 31, 2021 - R
Simple converter from OpenStreetMap protobuffer format to customizable graph
-
Updated
Mar 31, 2017 - Java
Improve this page
Add a description, image, and links to the graph-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graph-data topic, visit your repo's landing page and select "manage topics."
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/