This course covers designing and building a TensorFlow input data pipeline, building ML models with TensorFlow and Keras, improving the accuracy of ML models, writing ML models for scaled use, and writing specialized ML models.
This course covers designing and building a TensorFlow input data pipeline, building ML models with TensorFlow and Keras, improving the accuracy of ML models, writing ML models for scaled use, and writing specialized ML models.
Machine Learning, Python Programming, Build Input Data Pipeline, Tensorflow, keras
4.4 (2,714 calificaciones)
JZ
3 de nov. de 2022
Quite a technical course with sophisticated lab sessions, but I got good hands-on experience on building NN models using Keras and TF functional API as well as deploying the model in Vertex AI.
DW
16 de oct. de 2018
pretty good. some of the code in the last lab could be better explained. also please debug the cloud shell, as it does not always show the "web preview" button ;) otherwise, good job!
De la lección
Design and Build an Input Data Pipeline
Data is the a crucial component of a machine learning model. Collecting the right data is not enough. You also need to make sure you put the right processes in place to clean, analyze and transform the data, as needed, so that the model can take the most signal of it as possible. In this module we discuss training on large datasets with tf.data, working with in-memory files, and how to get the data ready for training. Then we discuss embeddings, and end with an overview of scaling data with tf.keras preprocessing layers.