Skip to content
View barron9's full-sized avatar

Block or report barron9

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. limit_order_book_cpp limit_order_book_cpp Public

    tcp and fix, itch[WIP] order LimitOrderBook Market simulation in cpp

    C++

  2. encoder_decoder encoder_decoder Public

    Pong's dot position x,y coordinates recognizer for pong v5 game

    Python

  3. garch1,1&egarch garch1,1&egarch
    1
    import matplotlib.pyplot as plt
    2
    import numpy as np
    3
    from arch import arch_model
    4
    import numpy as np
    5
    
                  
  4. gpu cpu matrix multiple compare / si... gpu cpu matrix multiple compare / single cuda core
    1
    #include <torch/extension.h>
    2
    #include <cuda_runtime.h>
    3
    #include <c10/cuda/CUDAStream.h>
    4
    
                  
    5
    // Declare the kernel launcher (in .cu)
  5. attention attention
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <cmath>
    4
    #include "attention.h"
    5
    // Function to compute the attention weights