Difference between tenserflow and scikit learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between tenserflow and scikit learn

What is more famous and robust - tensorflow or scikit learn? are both of these external python libraries used for machine learning ??

13th Feb 2019, 4:33 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
1 Answer
+ 5
Yes they are both ML libraries. Tensorflow is focused on neural network modeling and deep learning, while scikit-learn has a lot of handy configurable statistical modeling tools that are easy to apply to a dataset. Here is a good comparison. https://www.quora.com/What-are-the-main-differences-between-TensorFlow-and-SciKit-Learn
16th Feb 2019, 12:47 PM
Tibor Santa
Tibor Santa - avatar