GithubHelp home page GithubHelp logo

ingoscholtes / kdd2018-tutorial Goto Github PK

View Code? Open in Web Editor NEW
47.0 9.0 27.0 129.19 MB

Companion repository for the KDD'18 hands-on tutorial on Higher-Order Data Analytics for Temporal Network Data

Home Page: https://ingoscholtes.github.io/kdd2018-tutorial/

Python 5.51% HTML 76.50% Jupyter Notebook 17.98%
data-science data-analytics graph-mining higher-order-models network-science

kdd2018-tutorial's Introduction

Beyond Graph Mining: Higher-Order Data Analytics for Temporal Network Data

In this repository, wou will find all material needed to complete the KDD'18 hands-on tutorial on Higher-Order Data Analytics for Temporal Network Data.

A summary of the tutorial can be found in the detailed proposal.

A detailed tutorial schedule as well as step-by-step setup instructions can be found on the tutorial website.

While you can manually download all necessary files, we strongly recommend to clone this repository to obtain a local, sychronised copy of all material via git. Assuming you have a local git installation, you can do this as follows:

git clone https://github.com/IngoScholtes/kdd2018-tutorial

If you don't have git installed already, here you can find information on how to set up git.

Prior to the hands-on tutorial, you will get access to skeleton python files, that we will complete together throughout the tutorial sessions. At specific *synchronisation points, we will push a commit of the current solution to this gitHub repository. You can thus simply execute the terminal command

git pull

in the directory of your local copy to receive a sample solution that is growing as the tutorial advances.

kdd2018-tutorial's People

Contributors

danieledler avatar ingoscholtes avatar xyjprc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kdd2018-tutorial's Issues

1.4 Temporal Network Analysis and Visualisation in pathpy

The tutorials look amazing and are the kind of content I wish all packages have, unfortunately I am unable to run many of them.

Are lots of the functions now out of date?

For instance, the second chunk of code does not run as in the tutorial.

It can be made to run with the following, but the output is different:

t.add_edge('a', 'b',ts= 1)
t.add_edge('b', 'a',ts= 2)
t.add_edge('b', 'c',ts= 3)
t.add_edge('d', 'c',ts= 4)
t.add_edge('c', 'd',ts= 5)
t.add_edge('c', 'b',ts= 6)
print(t)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.