Has anyone used TensorFlow yet? I know Google has implemented it in their Cloud for Machine Learning. If anyone has how would they compare it to scikit-learn. Could the two be used together? Or would you choose one over the other.
All thoughts are appreciated.
You must be logged in to post. Please login or register an account.
We'll be covering TensorFlow in the machine learning series. TensorFlow is not really a "machine learning framework." Instead, it's a numerical library, much like NumPy. The main difference is the ability to work symbolically, as well as the ability to use the GPU, or a cluster of GPUs, to do processing.
One could use TensorFlow for traditional machine learning tasks like scikit-learn offers, but TensorFlow/Theano (another similar numerical library to TensorFlow) are more useful for deep learning specifically.
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.
Wow thanks this was exactly what I was wondering. Awesome to her its in the works!
-pskibs 8 years ago
You must be logged in to post. Please login or register an account.
-hamjii 8 years ago
Last edited 8 years ago
You must be logged in to post. Please login or register an account.
Look forward to your version(understandable !!) of tutorials on this, soon !
-hamjii 8 years ago
You must be logged in to post. Please login or register an account.