Hi!
Can the GPU (in the GeForce & the like GPU cards) in the PC be used to run machine learning algorithms? If yes, how do you do that? My assumption is typically, the IDE (like Spyder) used to develop your machine learning code run by default only on the CPU. However, this is slow for obvious reasons & my interest is to move this execution to the GPU. Pls note that the idea here is to leverage the Graphics card that comes with the PC & not to buy another expensive accelerator card.
Thanks.