yefeyfe / Networks

Network and Graph Algorithms From Scratch

Home Page:https://data4sci.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network and Graph Algorithms From Scratch

Code and slides to accompany the online series of webinars: https://data4sci.com/networks by Data For Science.

Trees, Graphs and Networks are fundamental data structures that underlie much of the recent developments in data science and computer science algorithms. Technologies and Applications like Social Networks, Cloud and Distributed computing, Cryptocurrencies and Traffic Routing and directions all rely on the proper use of graph concepts.

In this course we will build, step by step, a mini toolkit of network representations and algorithms that will allow students to understand the fundamental ideas and concepts that lie at the base of state of art algorithms (such as PageRank and recommendation systems), technologies (such as graph databases) and tools (like web crawlers).

Slides: http://data4sci.com/landing/networks/

About

Network and Graph Algorithms From Scratch

https://data4sci.com/

License:MIT License


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%