Skip to content
View thecomputationguy's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Munich, Germany

Highlights

  • Pro

Block or report thecomputationguy

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. neural-network-differential-equations neural-network-differential-equations Public

    Experiments with using neural networks to solve differential equations.

    Jupyter Notebook

  2. jacobi-iteration-cuda jacobi-iteration-cuda Public

    GPU version of the Jacobi Iteration implemented using both CUDA C and PyCUDA

    Cuda

  3. quantum-vertex-cover-problem quantum-vertex-cover-problem Public

    Python based code for finding approximately optimal solutions of the Vertex-Cover problem using both classical and quantum approaches.

    Jupyter Notebook 1

  4. cholesky-decomposition-cuda-eigen cholesky-decomposition-cuda-eigen Public

    GPU based implementation of a Cholesky Decomposition based linear solver using CUDA C++, Thrust and cuBLAS, also featuring Eigen for the purpose of verification and runtime comparison. The aim of t…

    Cuda 3

  5. 2D-Ising-Model 2D-Ising-Model Public

    Monte Carlo simulation of the 2D Ising Model, using pure Python as well as CUDA.

    Jupyter Notebook

  6. flappy-bird flappy-bird Public

    A simple implementation of the beloved/hated Flappy Bird game. The aim of this repository is to maintain and sharpen my C++ coding skills.

    C++