Home  >   Blog  >   Seeing Past and Present in Coursera "Machine Learning on Google Cloud" Specialization

2022-09-14

Seeing Past and Present in Coursera "Machine Learning on Google Cloud" Specialization

  Support by donation   Gift a cup of coffee


I have recently got a chance to review machine learning (ML) basics through Machine Learning on Google Cloud Specialization on Coursera. Although none of the contents was really new to me, it was a well-developed series of courses that gives us a high-level overview of the field both in theory and practice, accompanied by hands-on assignments on Google Cloud so we can familiarize ourselves with how to turn the basic concepts into workable implementations. I would definitely recommend the course if someone has a plan to build a data/ML pipeline on Google Cloud from scratch knowing little to nothing about ML.

certificate

The basics

What you will learn from the specialization can be summarized as follows.

  1. How Google does Machine Learning
    • Introduction to Google's ML offerings, such as Vertex AI and BigQuery ML.
    • Showcasing best practices for solving a real-world problem by using data & ML, with a particular emphasis on explainable and responsible AI.
  2. Launching into Machine Learning
    • Understanding the basic steps in a common ML lifecycle such as hyperparameter tuning, evaluation, and deployment.
    • Implementing solutions with Vertex AI Workbench (Jupyter Notebooks) and BigQuery ML by taking full advantage of AutoML.
  3. TensorFlow on Google Cloud
    • Creating non-AutoML, deeper neural network-based models with TensorFlow & Keras, and containerizing the resulting models.
    • Diving deep into key ML concepts, like loss function and regularization.
  4. Feature Engineering
    • Highlighting the importance of feature engineering and some of the common techniques.
    • Engineering features on BigQuery ML, Keras, and Apache Beam-based Dataflow, so that we can "package" a featurization pipeline and manage its resulting feature set in Vertex AI Feature Store.
  5. Machine Learning in the Enterprise

Note that the majority of the assignments are based on a collection of Jupyter notebooks available on GitHub.

Evolution of the field

It's been more than 8 years since I first formally studied ML from an "original" version of Andrew Ng's famous online course, Machine Learning1. Ever since then, the field of ML has evolved a lot at a faster pace than we anticipated. Obviously, it's not easy for practitioners to follow all the technological advances and apply them in their day-to-day work.

Thus, the specialization was a good reminder of the key principles and where the industry standards are; even though I've been continuously working on relevant projects over the last few years, my work covers a tiny fraction of the entire domain space "ML" speaks about.

Meanwhile, many of the state-of-the-art topics are not necessarily useful for real-life scenarios, and a lot of "complex" problems we are facing can be solved by much simpler ideas such as heuristics and classic algorithms invented decades ago. That's why I want to be conscious about the definition of AI vs. use of ML, and starting from problem framing (as opposed to "running an ML project for the sake of using ML") is one of the most important steps every practitioner must undergo.

Non-ML solution still matters

Speaking of "ML for the ML sake", I have an impression that the specialization does not emphasize the importance of easier paths (e.g., heuristics, human-in-the-loop, simpler rule-based or linear models) enough, though the first course briefly mentioned how critical problem framing is. To give an example, when the specialization teaches a concept of recommender systems, they define the systems as:

Recommendation systems are machine learning systems that ...

But I disagree with the statement because non-ML techniques often derive satisfactory outcomes when it comes to personalization. Notice that I am a strong advocate of building intelligent systems from the least complicated approach as I've been writing about Machine Learning and Recommender Systems in this blog.

On one hand, we are lucky as everyone can easily get started with ML under decent internet connectivity e.g., on Google Cloud. On the other hand, sophisticated tools like Vertex AI may hinder the learners from pausing for a moment and questioning themselves like "Why do we build this?". Hence, I hope the educational content like the specialization pays stronger attention to setting a proper tone for the use of these advanced technologies and enabling learners to equip a diverse mindset, so they can think and choose the right technology for solving an underlying problem in a true sense.

In conclusion, I would like to echo what I stated in What I Think About When I Talk About ML Product. You, as a practitioner, must be excited after learning how to run ML on GCP, but let's pause for a moment and ask the following questions before moving forward:

  1. Do we have a clear mapping between business and technical problems?
  2. Is using ML for solving problems cost-effective?
  3. How quickly can we have "MVPs"?
  4. How do we ensure humans are in the loop?
  5. Why should customers use your ML solution?
1. The legacy course page doesn't exist on Coursera anymore, and it's currently part of a new specialization offering.

  Share


  Categories

Machine Learning Business Data Science & Analytics

  See also

2022-11-11
Google Cloud Dataflow and Its Positive Impact on Developer Productivity
2020-08-29
What I Think About When I Talk About ML Product
2020-05-26
Completed Functional Programming in Scala Specialization on Coursera, Finally

  More

Last updated: 2022-09-14

  Author: Takuya Kitazawa

Takuya Kitazawa is a freelance software developer, previously working at a Big Tech and Silicon Valley-based start-up company where he wore multiple hats as a full-stack software developer, machine learning engineer, data scientist, and product manager. At the intersection of technological and social aspects of data-driven applications, he is passionate about promoting the ethical use of information technologies through his mentoring, business consultation, and public engagement activities. See CV for more information, or contact at [email protected].

  Support by donation   Gift a cup of coffee

  Disclaimer

  • Opinions are my own and do not represent the views of organizations I am/was belonging to.
  • I am doing my best to ensure the accuracy and fair use of the information. However, there might be some errors, outdated information, or biased subjective statements because the main purpose of this blog is to jot down my personal thoughts as soon as possible before conducting an extensive investigation. Visitors understand the limitations and rely on any information at their own risk.
  • That said, if there is any issue with the content, please contact me so I can take the necessary action.