• Stars
    star
    26
  • Rank 927,683 (Top 19 %)
  • Language Cuda
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CUDA implementation of parallel Depth First Search (DFS) algorithm and it's comparison with a serial C++ DFS implementation.

More Repositories

1

AutoImpute

AutoImpute : Autoencoder based imputation of single cell RNA-seq data
Python
27
star
2

ShakaLakaBoomBoom

Unity application to convert 2D sketches to 3D models which could be maneuvered around using hand gestures (to a position and orientation of choice) in a 3D scene.
C#
16
star
3

Numerical-Methods

Implementation of well-known numerical methods.
Python
12
star
4

Training-NNs-without-Backpropagation

Implementing an ADMM based optimization approach as an alternative to backpropagation for training neural networks.
Python
3
star
5

Github-Recommender-System

Autoencoder based GitHub Recommender System.
TeX
2
star
6

Signed-Distance-Transform

Computing Signed Distance Transform using CUDA.
C
2
star
7

Julia-set-computation

CUDA implementation for Julia set computation.
C
2
star
8

Lighting-and-Shading

Illuminating the scene with a point light source and implementing & comparing different lighting computation methods in OpenGL.
C
2
star
9

covid-vaccine-alerts

A simple python script to setup email alerting for available vaccine slots for your pincode.
Python
2
star
10

Raytracing

Implement a raytracer and simulate real-life light interactions with objects (like shadows/reflections) while experimenting with rendering objects made up of different materials (like dielectrics or specular).
C
2
star
11

Connect-the-Dots

Interactively sketching polylines and piecewise bezier curves from the input points using OpenGL.
C++
1
star
12

Demystifying-Neural-Networks

Self-implementation of forward pass and backpropagation algorithms (conventional way of training NNs) for different activation functions.
Python
1
star