Hacker News new | ask | show | jobs
by jasperkoops 3295 days ago
Scikit is for non-deep learning machinelearning algorithms only (It does support neural networks in the latest version, but only uses the cpu to train data).

TLDR: Use Tensorflow for deeplearning, use Scikit for other ML algorithms.