Skip to content
View h1me01's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report h1me01

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. Astra-Chess-Engine Astra-Chess-Engine Public

    chess engine implemented in c++ (still in development)

    C++

  2. Chess-Website Chess-Website Public

    This is a chess website where players can create accounts and compete against each other. The rankings page displays players from best to worst. Players can also view their match history, including…

    JavaScript

  3. CUDA-Neural-Network CUDA-Neural-Network Public

    CUDA version of my previous AVX-512 based Neural Network.

    C++

  4. Get-Chess.com-Profile-Details Get-Chess.com-Profile-Details Public

    Gets Information about Chess.com Players. Written in JavaScript.

    JavaScript

  5. Neural-Network Neural-Network Public

    First Neural Network implementation in C++ for my chess engine, named Astra. It uses AVX-512 to enhance performance. (Updated it with CUDA)

    C++

  6. SIMD SIMD Public

    SIMD implementation in normal CPU code, SSE and AVX. I created this project to test if the AVX and SSE code for my neural network works correctly and to compare its performance with regular CPU code.

    C++