Introduction to TensorFlow

share ›
‹ links

Below are the top discussions from Reddit that mention this online Coursera course from Google Cloud.

Offered by Google Cloud. This course is focused on using the flexibility and “ease of use” of TensorFlow 2.x and Keras to build, train, and ... Enroll for free.

Reddsera may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Coursera. Thank you for using these buttons to support Reddsera.

Taught by
Google Cloud Training

and 13 more instructors

Offered by
Google Cloud

Reddit Posts and Comments

0 posts • 1 mentions • top 1 shown below

r/tensorflow • comment
1 points • shravan_rcb

yes, it is said to have a cluster computation code already built-in. It is the recommended approach if you are using a Tensorflow. It is mentioned in the course module from Google (https://www.coursera.org/learn/intro-tensorflow/home/week/2)

If a premade estimator is used it basically does parallel computing to run it on various different hyperparameters and gets the best result.

Even for a custom estimator, a certain range can be specified to test the parallel.