For those who are note patient enough to wait for a matrix multiplication, the Cupy library mimics the Numpy library API while providing CUDA acceleration.…
T-SNE evaluation is sometime quite slow, in the order of minutes for relatively small datasets. Fortunately, Chan et al. have written a GPU base implementation…
OpenCV is great for classical computer vision, and Jupyter Notebooks are great for prototyping. It would make sense to use them both, but the “cv2.imshow”…