|
| 1 | += Applied Algorithms in GDS |
| 2 | +:usecase: recommendations |
| 3 | +:categories: data-scientist:2, data-analysis:11, intermediate:4, analytics:2 |
| 4 | +:duration: 4-5 hours |
| 5 | +:caption: Apply graph algorithms to solve real-world industry problems |
| 6 | +:status: draft |
| 7 | +:key-points: Root cause analysis, Fraud detection, Supply chain optimization, Citation networks, Node embeddings |
| 8 | +:graph-analytics-plugin: true |
| 9 | + |
| 10 | +== Course Description |
| 11 | + |
| 12 | +This course demonstrates how to apply GDS algorithms to solve real-world industry problems. |
| 13 | + |
| 14 | +You've learned the fundamentals of graph projections, algorithm execution, and configuration in the link:https://graphacademy.neo4j.com/courses/gds-fundamentals/[Getting Started with GDS^] course. |
| 15 | +Now you'll see these techniques solve actual challenges across manufacturing, fraud detection, logistics, research, and machine learning. |
| 16 | + |
| 17 | +Each module focuses on a different industry use case, showing not just *how* to run algorithms, but *when* and *why* professionals choose specific approaches. |
| 18 | +You'll work with realistic datasets, implement complete analytical workflows, and understand the business reasoning behind each technique. |
| 19 | + |
| 20 | +By the end of this course, you'll be able to design and implement graph-based solutions for complex industry problems. |
| 21 | + |
| 22 | +The course automatically creates a new `movie recommendations` sandbox within link:https://sandbox.neo4j.com/?usecase=recommendations[Neo4j Sandbox] that you will use throughout the course. |
| 23 | + |
| 24 | + |
| 25 | +== Prerequisites |
| 26 | + |
| 27 | +This course is intended for analysts and data scientists who have: |
| 28 | + |
| 29 | +* Completed link:https://graphacademy.neo4j.com/courses/gds-fundamentals/[Getting Started with GDS^] or equivalent experience |
| 30 | +* Understanding of graph projections (monopartite, bipartite, multipartite) |
| 31 | +* Familiarity with algorithm execution modes (stream, write, mutate) |
| 32 | +* Basic knowledge of algorithm configuration (orientation, weights) |
| 33 | + |
| 34 | + |
| 35 | +== Duration |
| 36 | + |
| 37 | +4-5 hours |
| 38 | + |
| 39 | + |
| 40 | +== What you will learn |
| 41 | + |
| 42 | +* **Manufacturing optimization:** Use centrality and community detection for root cause analysis in production systems |
| 43 | +* **Fraud detection:** Build network-based fraud identification systems using graph patterns |
| 44 | +* **Supply chain logistics:** Optimize routes and logistics with pathfinding algorithms |
| 45 | +* **Citation networks:** Map research influence and identify key papers using centrality measures |
| 46 | +* **Node embeddings:** Create structural representations for machine learning pipelines |
| 47 | + |
| 48 | + |
| 49 | +// [.includes] |
| 50 | +// == This course includes |
| 51 | + |
| 52 | +// * [lessons]#20+ lessons# across five industry-focused modules |
| 53 | +// * [challenges]#Hands-on challenges# with realistic datasets |
| 54 | +// * [quizes]#Validation exercises# integrated throughout |
| 55 | +// * Complete analytical workflows from problem definition to implementation |
| 56 | + |
0 commit comments