├── Course 1 | End-to-End Machine Learning with TensorFlow on GCP ├── Week01 │ └── Lab1 │ │ ├── [Lab01] Solution │ │ └── 1_explore.ipynb │ │ └── [Lab01] [ML on GCP C6] Explore dataset _ Qwiklabs + googlecoursera-run.pdf ├── Week02 │ ├── Lab2 │ │ ├── [Lab02] Solution │ │ │ └── 2_sample.ipynb │ │ └── [Lab02] [ML on GCP C6] Create a sample dataset _ Qwiklabs + googlecoursera-run.pdf │ └── Lab3 │ │ ├── [Lab03] Solution │ │ ├── 3_tensorflow.ipynb │ │ ├── TensorBoard1.png │ │ └── TensorBoard2.png │ │ └── [Lab03] [ML on GCP C6] Create TensorFlow model _ Qwiklabs + googlecoursera-run.pdf └── Week03 │ ├── Lab4 │ ├── [Lab04] Solution │ │ └── 4_preproc.ipynb │ └── [Lab04] [ML on GCP C6] Preprocessing using Dataflow _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab5 │ ├── [Lab05] Solution │ │ └── 5_train.ipynb │ └── [Lab05] [ML on GCP C6] Training on Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf │ └── Lab6 │ ├── [Lab06] Solution │ ├── 6_deploy.ipynb │ ├── Call from POSTMAN 2.png │ └── Call from POSTMAN.png │ └── [Lab06] [ML on GCP C6] Deploying and predicting with Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf ├── Course 2 | Production Machine Learning Systems ├── Week01 │ └── Lab01 │ │ ├── Quiz4 │ │ ├── Quiz4 - 100% correct.png │ │ └── Quiz4.png │ │ ├── Quiz5 │ │ └── Quiz5 - 100%.png │ │ ├── [Lab01] Solution │ │ ├── form.html │ │ └── main.py │ │ └── [Lab01] [ML on GCP C7] Serving on Cloud MLE _ Qwiklabs + googlecoursera-run.pdf └── Week02 │ └── Lab01 │ ├── Lab Intro - Serving ML Prediction in Batch and RealTime.png │ ├── [Lab01] Solution │ ├── AddPrediction.java │ ├── BabyweightMLService.java │ ├── PubSubBigQuery.java │ └── TextInputOutput.java │ └── [Lab01] [ML on GCP C7] Serving ML Predictions in batch and real-time _ Qwiklabs + googlecoursera-run.pdf ├── Course 3 | Image Understanding with TensorFlow on GCP ├── Additional Resources.txt ├── Week01 │ ├── Lab01 │ │ ├── [Lab01 ][ML on GCP C8] Image Classification with a Linear Model _ Qwiklabs + googlecoursera-run.pdf │ │ └── [Lab01] Solution │ │ │ └── mnist_linear.ipynb │ ├── Lab02 │ │ ├── [Lab02] Solution │ │ │ ├── mnist_models.ipynb │ │ │ └── model.py │ │ └── [Lab02] [ML on GCP C8] Image Classification with a Deep Neural Network Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab03 │ │ ├── [Lab03] Solution │ │ │ ├── mnist_models.ipynb │ │ │ ├── mnist_models.pdf │ │ │ ├── mnist_models.py │ │ │ └── model.py │ │ └── [Lab03] [ML on GCP C8] Image Classification with a DNN Model with Dropout _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab04 │ │ ├── [Lab04] Solution │ │ │ ├── mnist_models.html │ │ │ ├── mnist_models.ipynb │ │ │ ├── mnist_models_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── model.py │ │ └── [Lab04] [ML on GCP C8] Image Classification with a CNN Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Quiz - CNNs.pdf │ ├── Quiz - CNNs.png │ ├── Quiz - Images as Visual Data.pdf │ └── Quiz - Linear and DNN Models.pdf └── Week02 │ ├── Lab01 │ ├── [Lab01] Image Augmentation in TensorFlow _ Qwiklabs + googlecoursera-run.pdf │ └── [Lab01] Solution │ │ ├── flowers_fromscratch.html │ │ ├── flowers_fromscratch.ipynb │ │ ├── flowers_fromscratch_files │ │ ├── 1022552002_2b93faf9e7_n.jpg │ │ ├── MathJax.js │ │ ├── custom.css │ │ ├── jquery.min.js │ │ └── require.min.js │ │ └── model.py │ ├── Lab02 │ ├── [Lab02] Solution │ │ └── Prediction screenshot.png │ └── [Lab02] [ML on GCP C8] Image Classification Transfer Learning with Inception v3 _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab04 │ ├── [Lab04] Solution] │ │ ├── API_KEY Screenshot.png │ │ ├── AutoML Vision │ │ │ ├── Calling REST │ │ │ │ ├── Calling shell.txt │ │ │ │ └── request.json │ │ │ └── test images │ │ │ │ ├── image1.jpg │ │ │ │ └── image2.jpg │ │ └── Vision API │ │ │ ├── call-service-shell.txt │ │ │ ├── cirrus.jpg │ │ │ └── request.json │ └── [Lab04] [ML on GCP C8] Training with Pre-built ML Models using Cloud Vision API and AutoML _ Qwiklabs + googlecoursera-run.pdf │ ├── Quiz - Dealing with Data Scarcity.png │ ├── Quiz - Going Deeper, Faster - Results.pdf │ ├── Quiz - Going Deeper, Faster.png │ ├── Quiz - Pre-built Models - Results.png │ └── Screenshot from 2019-04-08 12-44-40.png ├── Course 4 | Sequence Models for Time Series and Natural Language Processing ├── Week01 │ ├── Lab01 │ │ ├── [Lab01] Solution │ │ │ ├── model.py │ │ │ ├── sinewaves.html │ │ │ ├── sinewaves.ipynb │ │ │ ├── sinewaves_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── task.py │ │ └── [Lab01] [ML on GCP C9] Time Series Prediction with a Linear Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab02 │ │ ├── Lab02 │ │ │ ├── [Lab02] Solution │ │ │ │ ├── model.py │ │ │ │ ├── sinewaves.html │ │ │ │ ├── sinewaves.ipynb │ │ │ │ ├── sinewaves_files │ │ │ │ │ ├── MathJax.js │ │ │ │ │ ├── custom.css │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ └── require.min.js │ │ │ │ └── task.py │ │ │ └── [lab02] [ML on GCP C9] Time Series Prediction with a DNN Model _ Qwiklabs + googlecoursera-run.pdf │ │ ├── [Lab02] Solution │ │ │ ├── model.py │ │ │ ├── sinewaves.html │ │ │ ├── sinewaves.ipynb │ │ │ ├── sinewaves_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── task.py │ │ └── [lab02] [ML on GCP C9] Time Series Prediction with a DNN Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab03 │ │ ├── [Lab03] Solution │ │ │ ├── model.py │ │ │ ├── sinewaves.html │ │ │ ├── sinewaves.ipynb │ │ │ ├── sinewaves_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── task.py │ │ └── [Lab03] [ML on GCP C9] Time Series Prediction with a CNN Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab04 │ │ ├── [Lab04] Solution │ │ │ ├── model.py │ │ │ ├── sinewaves.html │ │ │ ├── sinewaves.ipynb │ │ │ ├── sinewaves_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── task.py │ │ └── [Lab04] [ML on GCP C9] Time Series Prediction with a RNN Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab05 │ │ ├── [Lab05] Solution │ │ │ ├── model.py │ │ │ ├── sinewaves.html │ │ │ ├── sinewaves.ipynb │ │ │ ├── sinewaves_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ └── task.py │ │ └── [Lab05] [ML on GCP C9] Time Series Prediction with a Two-Layer RNN Model _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab06 │ │ ├── [Lab06] Solution │ │ │ ├── temperatures.html │ │ │ ├── temperatures.ipynb │ │ │ └── temperatures_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── RNN2.svg │ │ │ │ ├── batching.svg │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ └── [Lab06] [ML on GCP C9] An RNN Model for Temperature Data _ Qwiklabs + googlecoursera-run.pdf │ ├── Quiz - Dealing with Longer Sequences - Results.png │ ├── Quiz - Dealing with Longer Sequences.png │ ├── Quiz - Recurrent Neural Networks - Results.png │ ├── Quiz - Recurrent Neural Networks.png │ ├── Quiz - Working with Sequences - Results.png │ └── Quiz - Working with Sequences.png └── Week02 │ ├── Lab01 │ ├── [Lab01] Solution │ │ ├── model.py │ │ ├── task.py │ │ ├── text_classification.html │ │ ├── text_classification.ipynb │ │ └── text_classification_files │ │ │ ├── MathJax.js │ │ │ ├── custom.css │ │ │ ├── jquery.min.js │ │ │ └── require.min.js │ └── [ML on GCP C9] Text Classification using TensorFlow_Keras on Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab02 │ ├── [Lab02] Solution │ │ ├── reusable-embeddings.html │ │ ├── reusable-embeddings.ipynb │ │ └── reusable-embeddings_files │ │ │ ├── MathJax.js │ │ │ ├── custom.css │ │ │ ├── jquery.min.js │ │ │ └── require.min.js │ └── [Lab02] [ML on GCP C9] Using pre-trained embeddings with TensorFlow Hub _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab03 │ ├── [Lab03] Solution │ │ └── poetry.ipynb.txt │ └── [Lab03] [ML on GCP C9] Text generation using tensor2tensor on Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab04 │ └── [Lab04] [ML on GCP C9] Getting Started with Dialogflow _ Qwiklabs + googlecoursera-run.pdf │ ├── Quiz - Encoder Decoder Models - Results.png │ ├── Quiz - Encoder Decoder Models.png │ ├── Quiz - Reusable Embedings.png │ └── Quiz - Text classification.png ├── Course 5 | Recommendation Systems with TensorFlow on GCP ├── Quiz - Cloud Composer Module.png ├── Quiz - Collaborative Filtering.png ├── Quiz - Content-Based Recommendation Systems - Results.png ├── Quiz - Neural Networks for Recommendations - Results.png ├── Quiz - Neural Networks for Recommendations.png ├── Quiz - Recommendation Systems Overview - Results.png ├── Quiz - Recommendation Systems Overview.png ├── Week01 │ ├── Lab01 │ │ ├── [Lab01] Solution │ │ │ ├── content_based_by_hand.html │ │ │ ├── content_based_by_hand.ipynb │ │ │ └── content_based_by_hand_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ └── [Lab01] [ML on GCP C10] Content-Based Filtering by Hand _ Qwiklabs + googlecoursera-run.pdf │ ├── Lab02 │ │ ├── [Lab02] Solution │ │ │ ├── content_based_preproc.html │ │ │ ├── content_based_preproc.ipynb │ │ │ ├── content_based_preproc_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ │ ├── content_based_using_neural_networks.html │ │ │ ├── content_based_using_neural_networks.ipynb │ │ │ └── content_based_using_neural_networks_files │ │ │ │ ├── MathJax.js │ │ │ │ ├── custom.css │ │ │ │ ├── jquery.min.js │ │ │ │ └── require.min.js │ │ └── [Lab02] [ML on GCP C10] Content-Based Filtering using Neural Networks _ Qwiklabs + googlecoursera-run.pdf │ └── Lab03 │ │ ├── [Lab03] Solution │ │ ├── wals.html │ │ ├── wals.ipynb │ │ └── wals_files │ │ │ ├── MathJax.js │ │ │ ├── custom.css │ │ │ ├── jquery.min.js │ │ │ └── require.min.js │ │ └── [ML on GCP C10] Collaborative Filtering on Google Analytics data _ Qwiklabs + googlecoursera-run.pdf └── Week02 │ ├── Lab01 │ ├── [Lab01] Solution │ │ ├── hybrid_recommendations.html │ │ ├── hybrid_recommendations.ipynb │ │ └── hybrid_recommendations_files │ │ │ ├── MathJax.js │ │ │ ├── custom.css │ │ │ ├── jquery.min.js │ │ │ └── require.min.js │ └── [Lab01] [ML on GCP C10] Neural network hybrid recommendation system on Google Analytics _ Qwiklabs + googlecoursera-run.pdf │ └── Lab02 │ ├── [Lab02] Solution │ ├── endtoend.html │ ├── endtoend.ipynb │ └── endtoend_files │ │ ├── MathJax.js │ │ ├── airflow_successful_run.jpg │ │ ├── airflow_viewing_logs.jpg │ │ ├── custom.css │ │ ├── jquery.min.js │ │ └── require.min.js │ └── [ML on GCP C10] End to End Recommendation System _ Qwiklabs + googlecoursera-run.pdf └── README.md /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week01/Lab1/[Lab01] [ML on GCP C6] Explore dataset _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week01/Lab1/[Lab01] [ML on GCP C6] Explore dataset _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab2/[Lab02] [ML on GCP C6] Create a sample dataset _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab2/[Lab02] [ML on GCP C6] Create a sample dataset _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] Solution/TensorBoard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] Solution/TensorBoard1.png -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] Solution/TensorBoard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] Solution/TensorBoard2.png -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] [ML on GCP C6] Create TensorFlow model _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week02/Lab3/[Lab03] [ML on GCP C6] Create TensorFlow model _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab4/[Lab04] [ML on GCP C6] Preprocessing using Dataflow _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab4/[Lab04] [ML on GCP C6] Preprocessing using Dataflow _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab5/[Lab05] [ML on GCP C6] Training on Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab5/[Lab05] [ML on GCP C6] Training on Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] Solution/Call from POSTMAN 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] Solution/Call from POSTMAN 2.png -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] Solution/Call from POSTMAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] Solution/Call from POSTMAN.png -------------------------------------------------------------------------------- /Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] [ML on GCP C6] Deploying and predicting with Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 1 | End-to-End Machine Learning with TensorFlow on GCP/Week03/Lab6/[Lab06] [ML on GCP C6] Deploying and predicting with Cloud ML Engine _ Qwiklabs + googlecoursera-run.pdf -------------------------------------------------------------------------------- /Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz4/Quiz4 - 100% correct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz4/Quiz4 - 100% correct.png -------------------------------------------------------------------------------- /Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz4/Quiz4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz4/Quiz4.png -------------------------------------------------------------------------------- /Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz5/Quiz5 - 100%.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirkorodriguez/COURSERA_Advanced-Machine-Learning-with-TensorFlow-on-GCP-Specialization/fb192996614f2c0a8af9bd28c817d248b8d87e0a/Course 2 | Production Machine Learning Systems/Week01/Lab01/Quiz5/Quiz5 - 100%.png -------------------------------------------------------------------------------- /Course 2 | Production Machine Learning Systems/Week01/Lab01/[Lab01] Solution/form.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 |Example application to predict a baby's weight.
21 |