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 Public

    Development of a model that enables a simulated truck to autonomously reverse to a target position from any starting point.

    Python

  2. convolutional-neural-networks-from-scratch Public

    Implementation of forward and backward propagation of batch normalization, max pooling, and convolutional neural network from scratch.

    Python

  3. 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. 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++ 2

  5. mixture-of-experts Public

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

    Python 6

  6. 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++