Skip to content
View daverynties's full-sized avatar

Block or report daverynties

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Parallelized-nQueens-Algorithm-using-MPI Parallelized-nQueens-Algorithm-using-MPI Public

    MPI: Distributed Computation of the k-Queens Problem

    C 1

  2. High-Performance-Vector-Multiplication High-Performance-Vector-Multiplication Public

    Calculating the dot-product of two vector arrays using CUDA.

    Cuda

  3. GPU-accelerated-Modeling-of-Laplacian-Diffusion GPU-accelerated-Modeling-of-Laplacian-Diffusion Public

    CUDA-based massively multi-threaded application that computes and models heat diffusion through an object.

    Cuda 1

  4. Parallel-Edge-Detection-using-the-Sobel-Algorithm Parallel-Edge-Detection-using-the-Sobel-Algorithm Public

    Multi-threaded image processing of electron microphotographs.

    C++ 1

  5. Handwritten-Digit-Classification Handwritten-Digit-Classification Public

    Digit classification using neural networks

    Python

  6. Naive-Bayes-Document-Classifier Naive-Bayes-Document-Classifier Public

    The Naïve Bayes algorithm uses probabilities to perform classification. The probabilities are estimated based on training data for which the value of the classification is known

    Python