Skip to content
View ozyurtf's full-sized avatar

Highlights

  • Pro
Block or Report

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

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

  3. mixture-of-experts mixture-of-experts Public

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

    Python 9 1

  4. 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

  5. virtual-memory virtual-memory Public

    C++

  6. neural-network-from-scratch neural-network-from-scratch Public

    Developing Feed Forward Neural Network from scratch

    Python