An open API service indexing awesome lists of open source software.

https://github.com/timkong21/memgraph-graph-analytics-with-networkx

Graph Analytics delivered by MEMGRAPH academy
https://github.com/timkong21/memgraph-graph-analytics-with-networkx

analytics breadth-first-search c community-detection depth-first-search ford-fulkerson girvan-newman graph k-means-clustering link-analysis link-prediction louvain-community-detection machine-learning networkx node-classification page-rank pathfinding python

Last synced: 2 months ago
JSON representation

Graph Analytics delivered by MEMGRAPH academy

Awesome Lists containing this project

README

        

# Graph-Analytics-with-NetworkX
## About this course
Graph analytics and graph databases are one of the fastest-growing areas in data analytics and machine learning. Companies like Google, UberEats, Pinterest and Twitter, have leveraged graphs to transform their core products. As more enterprises embrace graphs, there is a huge demand for engineers and data scientists with graph analytics skills.

During this [course](https://github.com/memgraph/memgraph-academy), you will learn everything you need to know to build an application using Python graph algorithm libraries, visualization tools, and graph databases. You will start with basic graph concepts, work your way to graph algorithms, and finish the course by building a graph-based fraud detection application from scratch.

Here is the list of the basic requirements for the course:

:small_blue_diamond: Python 3.x - preferably 3.9

:small_blue_diamond: NetworkX and Matplotlib packages

:small_blue_diamond: A code editor - we recommend Visual Studio Code (VSC)

:small_blue_diamond: A GitHub account