Multi-GPU Yinyang K-means and K-nn with native R and Python bindings

kmcuda – Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA… Read more

Similar

An Unexpected Python ABI Change

Earlier this year, a Pyflame user filed a GitHub issue reporting that Pyflame didn’t work reliably with Python 3.6. Sometimes Pyflame would just print garbage output (e.g. bogus line numbers), and other times it would actually crash. Although multiple use... (more…)

Read more »

From Python to Numpy

There are already a fair number of books about Numpy (see Bibliography) and a legitimate question is to wonder if another book is really necessary. As you may have guessed by reading these lines, my personal answer is yes, mostly because I think there is ...

Read more »