Deep learning wars: Facebook-backed PyTorch vs Google's TensorFlow

This commit is contained in:
Wuod3n 2018-01-26 08:04:28 +08:00 committed by GitHub
parent dbf5beb572
commit 5e69e834f6

View File

@ -1,3 +1,4 @@
Translating by Wuod3n
Deep learning wars: Facebook-backed PyTorch vs Google's TensorFlow
======
The rapid rise of tools and techniques in Artificial Intelligence and Machine learning of late has been astounding. Deep Learning, or "Machine learning on steroids" as some say, is one area where data scientists and machine learning experts are spoilt for choice in terms of the libraries and frameworks available. A lot of these frameworks are Python-based, as Python is a more general-purpose and a relatively easier language to work with. [Theano][1], [Keras][2] [TensorFlow][3] are a few of the popular deep learning libraries built on Python, developed with an aim to make the life of machine learning experts easier.