+ 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 ??
1 Resposta
+ 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