Chapter 13: Running TensorFlow Models with BigQuery ML
TensorFlow is one of the most used and relevant Machine Learning (ML) frameworks available. It allows data scientists and ML engineers to develop advanced models, and it also provides great flexibility and a rich set of mathematical functions.
The advanced features that TensorFlow offers provide a huge opportunity for data analysts that want to leverage existing models developed by data scientists and ML engineers.
Furthermore, the interoperability between BigQuery ML and TensorFlow represents a way to fill the gap between business and technical stakeholders within companies. The first group is usually more focused on in-depth knowledge of the data, while the second is technical-oriented and focused on programming skills.
In this chapter, we'll learn what TensorFlow is and how it can be used with BigQuery ML. We'll understand how to export a BigQuery ML model into the TensorFlow format and how to run TensorFlow...