July 2019
Intermediate to advanced
416 pages
10h 6m
English
We have talked about what machine learning is and that it could seem very daunting if were to try and implement it ourselves. Fortunately, there are libraries that help us create our own machine learning implementations. Originally created by the Google Brain team, TensorFlow is one such library designed to support large-scale machine learning and numerical computation. Initially, TensorFlow was written as a hybrid Python/C++ library, where Python provided the frontend API for building learning applications and the C++ side executed them. TensorFlow brings a number of machine learning and neural networking (sometimes called deep learning) algorithms together.
Given the success ...
Read now
Unlock full access