End-to-End Fraud Detection
Knowledge Graph & AI Agent
A production-calibrated graph intelligence workspace integrating Neo4j 5 Community + GDS 2.13, PyTorch Geometric GraphSAGE, and a LangGraph self-healing Text-to-Cypher agent to uncover sophisticated money mule rings and transaction anomalies.
Live Parameter & Threshold Playground
Test how adjusting business risk thresholds and GNN cutoffs from app/config.py alters classification sensitivity across the transaction topology.
LangGraph Self-Healing Text-to-Cypher Assistant
Experience how the LangChain + spaCy + DeepSeek agent converts complex forensic questions into verified Cypher queries with auto-retry self-healing.
GDS Algorithm Optimization Benchmarks
Key performance milestones extracted from benchmark_report.md across 50,000 transaction graph scales.
Sampling budget (size=100) reduced execution time from 4,534 ms to 32 ms with negligible ranking distortion for money-relay detection.
On transaction bipartite graphs, influence scores converge in exactly 2 iterations. Budget capped at 5 to eliminate wasted compute cycles.
Weakly Connected Components runs in O(n+e), isolating self-contained fraudulent subgraphs in under 20 ms for real-time alerting.