Skip to content

Machine Learning at Scale, using Google Cloud Platform

Notifications You must be signed in to change notification settings

Stellakats/end-2-end-ML-on-GCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

End to end Machine Learning on Google Cloud Platform

In this project, I am walking through the process of building a complete machine learning pipeline with Google Cloud Platform ML tools, in order to get an idea of how an ML model can be deployed into production.

The objective of the project is to predict the weight of newborns in the US. The dataset is available here.

It consists of 6 steps: 1. Explore and visualize the dataset in order to pick the most important features 2. Create a sample dataset, that is representative of the whole dataset, so that a model can be locally developed 3. Developing a model using Tensorflow’s high level API, tf.estimator, in and set a prototype in place. 4. Create a full-sized training and evaluation set using Dataflow, so that the pre-processing can be applied during prediction as well. 5. Train the model. 6. Deploy the model.

This project was conducted under the guidance of the online course “End-to-End Machine Learning with TensorFlow on GCP” in Coursera, and part of the code was provided there.

About

Machine Learning at Scale, using Google Cloud Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published