Skip to content
View ozyurtf's full-sized avatar

Highlights

  • Pro

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. self-learning self-learning Public

    The goal of this project is to build a self-learning model that can park the randomly positioned truck into the target position successfully.

    Python

  2. cpu-scheduler cpu-scheduler Public

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

    C++ 1

  3. attention-and-transformers attention-and-transformers Public

    The purpose of this project is to understand how the Transformers work and to build a Vision Transformer

    Python 1 1

  4. virtual-memory virtual-memory Public

    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…

    C++

  5. mixture-of-experts mixture-of-experts Public

    Training two separate expert neural networks and one gater that can switch the expert networks.

    Python 1

  6. io-scheduler io-scheduler Public

    Implementation of I/O Scheduling Process in C++

    C++