Skip to content
View ozyurtf's full-sized avatar

Block or report ozyurtf

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

Pinned Loading

  1. self-learningself-learningPublic

    Development of models that enables a simulated vehicle to autonomously back up to a target position from any point in the environment.

    Python 9 1

  2. agentic-data-assistantagentic-data-assistantPublic

    End-to-end design, development, evaluation, and deployment of a multi-agent system.

    JavaScript

  3. continual-learningcontinual-learningPublic

    Exploring how to develop a model that jointly predicts motion (optical flow) and future frames in a sequential manner from the same hidden state.

    Python 1

  4. decision-makingdecision-makingPublic

    Implemented Behavior Cloning, DAgger, Double Q-Learning, Dueling DQN, and Proximal Policy Optimization (PPO) in a simulated environment and analyzed/compared their performance in terms of efficienc…

    Python

  5. cpu-schedulercpu-schedulerPublic

    In this project, I applied the most commonly used CPU Scheduling algorithms in C++ and explained the processes/threads, scheduling process, and synchronization.

    HTML 9 1

  6. virtual-memoryvirtual-memoryPublic

    A C++ implementation of a virtual memory management system simulator. This project models various page replacement algorithms, including FIFO, Random, Clock, ESC (Enhanced Second Chance), Aging, an…

    HTML