Skip to content
View erenolg's full-sized avatar

Block or report erenolg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erenolg/README.md

Hi, I'm Eren 👋

Currently AI Research Engineer · MSc Student @ Istanbul Technical University My interest is building research-oriented ML systems. I am currently developing a multidisciplinary metallurgical microstructure analysis platform.


Toolbox: PyTorch · scikit-learn · LangChain · OpenCV · FastAPI · Docker Interested in: RAG / LLM tooling (LangChain, ChromaDB, MCP) · graph-based recommender systems Research: Scholar

🚀 Featured Projects

TANGEM — Graph Generation via Temporal-Aware Biased Walks · TMLR 2026 A Transformer-based graph generator that injects a temporal-similarity bias into random-walk sampling and models the resulting sequences autoregressively with a decoder-only Transformer. Benchmarked against 7 generative baselines (including DiGress and GraphRNN) across 4 datasets, it achieved the strongest structural fidelity on large & sparse networks under single-input case while scaling in linear time. PyTorch · Transformers · Graph ML

Movie Recommender Agent A conversational movie recommendation agent that pairs collaborative-filtering signals with an LLM, exposed through an MCP tool server and a FastAPI backend. A hands-on exploration of LLM tooling — wiring recommendation logic into an agent that can be called as a tool. Python · FastAPI · MCP · LLM

IBB Traffic Graph Data — Benchmarking & Prediction · IEEE CAMAD 2024 A road-traffic congestion prediction model on a novel 2,451-sensor Istanbul traffic dataset, combining GLEE graph node embeddings with engineered temporal features and an ExtraTrees classifier. Benchmarked across 4 embedding methods and 7 classifiers, it reached 91.3% F1 score, a 4% average gain over baselines. The repo also releases the benchmark dataset. Graph Embeddings · scikit-learn · Time Series

One-Shot Signature Identification · IEEE SIU 2025 A one-shot signature identification pipeline that fine-tunes an ImageNet-pretrained ResNet50 with Supervised Contrastive (SupCon) loss, trained on a synthetic dataset derived from Omniglot. It reached 91% one-shot accuracy on 200 unseen signatures, a 20% gain over the non-contrastive baseline. PyTorch · Contrastive Learning · Computer Vision


📫 Reach me

LinkedIn · Email

Pinned Loading

  1. IBBTraffic IBBTraffic Public

    Official repository for "IBB Traffic Graph Data: Benchmarking and Road Traffic Prediction Model" (2024 IEEE CAMAD)

    Jupyter Notebook 1

  2. TANGEM-Graph-Generation-via-Temporal-Aware-Biased-Walks TANGEM-Graph-Generation-via-Temporal-Aware-Biased-Walks Public

    Official implementation of TANGEM (Temporally Attributed Network GEneration Model), published in TMLR 2026.

    Python

  3. movie-recommender-agent movie-recommender-agent Public

    Conversational movie recommendation agent combining collaborative filtering with an LLM (MCP tool server + FastAPI)

    Python