Question: Deep Learning - Using Python Follow Chapter 9 of Gerons code (https://github.com/ageron/handson-ml/blob/master/09_up_and_running_with_tensorflow.ipynb), run either linear regression on the housing data, or logistic regression with the
Deep Learning - Using Python
Follow Chapter 9 of Gerons code (https://github.com/ageron/handson-ml/blob/master/09_up_and_running_with_tensorflow.ipynb), run either linear regression on the housing data, or logistic regression with the moons data (Exercise 12 of the chapter), with gradient descent with two options: manually computing the gradients and using autodiff.
Use tf.get_default_graph() and tf.Graph.get_operations() to see the similarity and difference between the graphs generated with and without autodiff. How many nodes are there in these graphs? Draw these graphs with all the nodes and edges.
Submit a screenshot of your construction and execution of the graphs and also the drawings of the graphs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
