All Projects → schochastics → Networkdata

schochastics / Networkdata

Licence: other
R package containing several network datasets

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Networkdata

Datasets
A repository of pretty cool datasets that I collected for network science and machine learning research.
Stars: ✭ 302 (+153.78%)
Mutual labels:  dataset, network-analysis
Datasets knowledge embedding
Datasets for Knowledge Graph Completion with textual information about the entities
Stars: ✭ 116 (-2.52%)
Mutual labels:  dataset
Utbm robocar dataset
EU Long-term Dataset with Multiple Sensors for Autonomous Driving
Stars: ✭ 109 (-8.4%)
Mutual labels:  dataset
Nfsen Ng
Responsive NetFlow visualizer built on top of nfdump tools.
Stars: ✭ 112 (-5.88%)
Mutual labels:  network-analysis
Stanet
official implementation of the spatial-temporal attention neural network (STANet) for remote sensing image change detection
Stars: ✭ 109 (-8.4%)
Mutual labels:  dataset
Protest Detection Violence Estimation
Implementation of the model used in the paper Protest Activity Detection and Perceived Violence Estimation from Social Media Images (ACM Multimedia 2017)
Stars: ✭ 114 (-4.2%)
Mutual labels:  dataset
Impy
Impy is a Python3 library with features that help you in your computer vision tasks.
Stars: ✭ 109 (-8.4%)
Mutual labels:  dataset
Adresse.data.gouv.fr
Le site officiel de l'Adresse
Stars: ✭ 117 (-1.68%)
Mutual labels:  dataset
Know Your Intent
State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.
Stars: ✭ 116 (-2.52%)
Mutual labels:  dataset
Iros20 6d Pose Tracking
[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Stars: ✭ 113 (-5.04%)
Mutual labels:  dataset
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-5.04%)
Mutual labels:  dataset
Robust Lane Detection
Stars: ✭ 110 (-7.56%)
Mutual labels:  dataset
Dns Discovery
DNS-Discovery is a multithreaded subdomain bruteforcer.
Stars: ✭ 114 (-4.2%)
Mutual labels:  network-analysis
Graph Parser
GraphParser is a semantic parser which can convert natural language sentences to logical forms and graphs.
Stars: ✭ 110 (-7.56%)
Mutual labels:  dataset
Peartree
peartree: A library for converting transit data into a directed graph for sketch network analysis.
Stars: ✭ 116 (-2.52%)
Mutual labels:  network-analysis
Personalized Dialog
Code for the paper 'Personalization in Goal-oriented Dialog' (NeurIPS 2017 Conversational AI Workshop)
Stars: ✭ 109 (-8.4%)
Mutual labels:  dataset
Crypto
Cryptocurrency Historical Market Data R Package
Stars: ✭ 112 (-5.88%)
Mutual labels:  dataset
Aesthetics
Image Aesthetics Toolkit - includes Fisher Vector implementation, AVA (Image Aesthetic Visual Analysis) dataset and fast multi-threaded downloader
Stars: ✭ 113 (-5.04%)
Mutual labels:  dataset
Scrna.seq.datasets
Collection of public scRNA-Seq datasets used by our group
Stars: ✭ 118 (-0.84%)
Mutual labels:  dataset
Text Segmentation
Implementation of the paper: Text Segmentation as a Supervised Learning Task
Stars: ✭ 115 (-3.36%)
Mutual labels:  dataset

networkdata

CRAN status drat status drat status Lifecycle: experimental

The package contains a large variety of different network datasets (all in igraph format). So far, it includes datsets from the following repositories:

The package includes 979 datasets containing 2135 networks.

A list of all datasets can be obtained with

data(package = "networkdata")

Alternatively, use the function show_networks() to get a list of datasets with desired properties.

Feel free to add your own dataset via a pull request

Installation

Due to the nature of the package (only data, no functions), the package will not go to CRAN at any point. However, the package is available via drat (If you are looking for stable builds of the package). With drat, you can install and upgrade non-CRAN packages directly from R using the standard install.packages() and update.packages() functions.

# install.packages("drat")
drat::addRepo("schochastics")
install.packages("networkdata")

The developer version can be installed with:

#install.packages("remotes")
remotes::install_github("schochastics/networkdata")

The required space for the package is ~22MB, given that it includes a lot of data.

Notes

  • Please report any missing sources/references for datasets.
  • Many datasets were automatically assembled and may thus contain errors (not all were manually checked). If you spot any, please report them. Check the original sources for any inconsistencies if you want to use the data in an academic paper.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].