| layout | title |
|---|---|
home |
My Research Portfolio |
This repository contains the codebase for post-doc research focusing on the intersection of Federated Learning (FL) and Knowledge Graphs (KG).
- Python: Core logic for FL algorithms.
- Neo4j: Graph database for KG representation.
- Google API: Cloud integration services.
- Install dependencies:
pip install -r requirements.txt - Configure
.envwith your API keys.
-
{% for post in site.posts %}
- {{ post.title }} — {{ post.date | date: "%B %d, %Y" }} {% endfor %}