Blog

Large Scale Machine Learning using NVIDIA CUDA

From spam filters to movie recommendation and face detection, nowadays machine learning algorithms are used everywhere to make the machine think for us. But, running these algorithms require high computation power and in most cases supercomputers. This is where the 500 core GPUs step in: GPUs have evolved to the point where real-world applications can be developed quickly and run orders of magnitude faster on hardware you can afford at home.

Massively Parallel Monte Carlo Simulation using GPU

On this blog post I’m diving deeper into Thrust usage scenarios with a simple implementation of Monte Carlo simulation.

Massively Parallel RNG using CUDA C, Thrust and C#

On this post I will give you some simple examples how to use the massively parallel GPU on your computer to generate uniformly distibuted psuedo-random numbers.

Faster Sorting in C# by Utilizing GPU with NVIDIA CUDA

On this post I would like to give an entry level example how you can use NVIDIA CUDA technology to achieve better performance within C# with minimum possible amount of code.