Skip to content
View TUdby's full-sized avatar

Block or report TUdby

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

Popular repositories Loading

  1. GPU_Neural_Network GPU_Neural_Network Public

    A multilayer perceptron is implemented on both cpu and gpu using C/CUDA. Using the Tesla P100 speedup was achieved up to 2379x for very large networks.

    Jupyter Notebook 1

  2. diff-colors diff-colors Public

    Forked from zwx00/diff-colors

    Python 1 1

  3. ServerThreadPool ServerThreadPool Public

    A server sets up a thread pool and manager that take in sockets using consumer producer model, the manager increases or decreases the thread amount based on traffic.

    Java

  4. RSA_Encryption_Educational RSA_Encryption_Educational Public

    The readme walks through RSA and the building of the example code provided.

    Python

  5. PySpark_MapReduce_on_Jupyter_Notebook PySpark_MapReduce_on_Jupyter_Notebook Public

    Implements the common friends MapReduce algorithm using pyspark on a jupyter notebook

    Jupyter Notebook

  6. GPU_Image_Altering GPU_Image_Altering Public

    A project in my GPU computing course. Images stored in the PGM format are altered using the GPU.

    Cuda