Skip to content
View hskim's full-sized avatar
😅
😅

Block or report hskim

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

Popular repositories Loading

  1. PTXStitcher PTXStitcher Public

    cl -> ptx

    C 1

  2. wfv wfv Public

    Forked from karrenberg/wfv

    Whole-Function Vectorization is an algorithm that transforms a scalar function in such a way that it computes W executions of the original code in parallel using SIMD instructions (W is the target …

    C++

  3. Probabilistic-Programming-and-Bayesian-Methods-for-Hackers Probabilistic-Programming-and-Bayesian-Methods-for-Hackers Public

    Forked from CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

    aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)

    Jupyter Notebook

  4. graphBIG graphBIG Public

    Forked from graphbig/graphBIG

    A Comprehensive Benchmark Suite for Graph Computing

    C++

  5. rl-tictactoe rl-tictactoe Public

    Forked from tansey/rl-tictactoe

    A reinforcement learning agent for tic-tac-toe. Implements the example from Chapter 1 of Sutton and Barto.

    Python

  6. reinforcement-learning-an-introduction reinforcement-learning-an-introduction Public

    Forked from ShangtongZhang/reinforcement-learning-an-introduction

    Python code for Reinforcement Learning: An Introduction

    Python