https://github.com/memgraph/memgraph-academy
https://github.com/memgraph/memgraph-academy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/memgraph/memgraph-academy
- Owner: memgraph
- Created: 2021-04-01T14:23:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T16:40:38.000Z (over 3 years ago)
- Last Synced: 2023-03-03T20:09:50.016Z (about 3 years ago)
- Language: Jupyter Notebook
- Size: 17.2 MB
- Stars: 27
- Watchers: 11
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph Analytics for Python Developers
## About this course
Graph analytics and graph databases are one of the fastest growing areas in data analytics, and machine learning. Companies like [Google](https://deepmind.com/blog/article/traffic-prediction-with-advanced-graph-neural-networks), [UberEats](https://eng.uber.com/uber-eats-graph-learning/), [Pinterest](https://medium.com/pinterest-engineering/pinsage-a-new-graph-convolutional-neural-network-for-web-scale-recommender-systems-88795a107f48) and [Twitter](https://blog.twitter.com/engineering/en_us/topics/insights/2020/graph-ml-at-twitter.html), 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.
In this training you will learn everything you need to know to get started building sophisticated applications using Python graph algorithm libraries and 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.
## Development environment and prerequisites
Prerequisites:
* **Python 3.x** installation, preferably 3.8 or 3.9
* **NetworkX** and **Matplotlib** installation
* Additional requirements will be added in the specific lecture directories
Development environment recommendation:
* **Visual Studio Code**
Note: You are not required to use VSC as your development environment, it’s just our recommendation.