Skip to content
View alireza-safdari's full-sized avatar

Block or report alireza-safdari

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. CUDA_GaussianProcessRegression CUDA_GaussianProcessRegression Public

    In this project I have implemented CPU-parallel Gaussian Process Regression using CUDA on HPC GPUs. I have ran many tests on Texas A&M HPC. Please refer to the PDF for test results.

    Cuda 1

  2. CUDA-OpenMP_Gaussian_Process_Regression_With_Hyper_Parameters CUDA-OpenMP_Gaussian_Process_Regression_With_Hyper_Parameters Public

    In this project I have implemented CPU and GPU parallel Gaussian Process Regression with Hyper-parameters using CUDA and OpenMP. I have ran many tests on Texas A&M HPC. Please refer to the PDF for …

    C++ 1

  3. Ws2812bSingleBuffer Ws2812bSingleBuffer Public

    This library give you basic control over WS2812b LEDs and runs on STM32. The code is based on https://github.com/rogerclarkmelbourne/WS2812B_STM32_Libmaple for the most part, however unlike WS2812B…

    C++

  4. Student-System-Database-with-GUI Student-System-Database-with-GUI Public

    This project is for CSCE-608 Texas A&M. MySql is used for the database side and the GUI allows you to generate the database and random data.

    C#

  5. Hash-Based-Natural-Join Hash-Based-Natural-Join Public

    This project is for CSCE-608 Texas A&M. It is a hash based joined with simulation of RAM and secondary storage. (the access times are not modified, just different portion of memory are used)

    C++

  6. Chat-Room-Socket-Programming Chat-Room-Socket-Programming Public

    This project is for CSCE-662 Texas A&M. It is a chat room based on socket programming.

    C