Giter Site home page Giter Site logo

g4ds's Introduction

GitHub Twitter @data4sci GitHub top language GitHub repo size GitHub last commit

Graphs For Science Visualization For Science Sunday Briefing

Binder

Graphs For Data Science

Code and slides to accompany the online series of webinars: https://data4sci.com/graphs-for-data-science by Data For Science.

Run the code in Binder: Binder

Graphs are deceptively simple concepts: a set of individual Nodes (components) connected by Edges (relationships). In this very simplicity lies their power. They can describe the structure of our friendships, connections between airports, the spread of diseases from person to person, the relation of one concept to another, how species interact in an ecosystem or how computers communicate to form the World Wide Web.

Networks are the fundamental language of our increasingly complex world and the key to successfully understand it. By exploring in detail the way graphs can be used to explore, describe, analyze and understand empirical datasets we will put you at the forefront of this growing field.

In this tutorial we will use Python's NetworkX to build our understanding of network representations and algorithms by exploring real world network datasets such as the BTS airline transportation network, the BitCoin transaction network, the road network of OpenStreetMap, etc. Through this practical approach attendees will better understand the fundamental ideas and concepts that lie at the base of our increasingly complex world and take the first steps towards being at the forefront of this growing field.

Schedule

Airline Transportation Network – Weighted directed graphs

  • Degrees and Weights
  • Directed and Undirected Graphs
  • Weight and Degree correlations

OpenStreetMap – Navigating graphs

  • Breath First Search
  • Depth First Search
  • Dijkstra's Algorithm

BitCoin Transactions – Patterns and Structure in graphs

  • Weakly Connected Graphs
  • Strongly Connected Graphs
  • Graph Motifs

Twitter – Social Structure

  • Clustering
  • Network Diameter
  • Small World effect
  • Community Structure

MovieLens Dataset - Recommendations and Link Prediction

  • Bipartite Networks
  • Network Decomposition
  • Node Similarity
  • Recommendations

g4ds's People

Contributors

bmtgoncalves avatar

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.