How I got TensorFlow Developer Certificate

Jean de Dieu Nyandwi
6 min readDec 19, 2020

--

Sharing a journey of how I got Google TensorFlow Developer Certificate

In the beginning of 2020, TensorFlow, an open source framework for developing an end to end deep learning models released its official certification program which tests developer abilities to build Computer vision models, Convolution Neural networks, Natural language Processing and Sequence models. It also tests abilities to strategize data and modeling best practices such as handling less data problem, over-fitting, and under-fitting.

Through this article, I will talk about the following:

  • What is TensorFlow?
  • What is TensorFlow Developer Certificate Program?
  • What it means for your (our) career(s)?
  • How to prepare for the exam?
  • Yes, prepared and ready to take the exam, what to expect during the exam?
  • After the exam…

Like any other exams, there is confidential information that I will not share in this article as I agreed while taking the exam, and I hope you also do so when you take the exam.

Alright, let’s get started!!

What is TensorFlow?

TensorFlow is an end to end deep learning framework for developing and training machine learning models. TensorFlow has gained popularity due to its simplicity in building models, a wide range of applications deployment scenarios such as mobile devices (iOS and Android), and embedded devices.

Speaking of that, there are variants of TensorFlow APIs such as TensorFlow.js for JavaScript developers, TensorFlow Lite for mobile devices and embedded devices, and Swift for TensorFlow (beta). Also, there are other awesome tools and resources which you can check out here.

But why TensorFlow? It is the centre of all Google machine learning applications and it is what power all apps such as YouTube, Google Photos, Search engine, and many more. Being backed by Google, there must be a huge opportunity in harnessing the use of this framework.

Besides being backed by google which can guarantee its long term development, its community is also supportive which can make it easy to find numerous answers to any problem you can be having in your ML pipelines.

What is TensorFlow Developer Certificate Program?

As said, TensorFlow certificate exam is a professional certificate which can help TensorFlow developers to demonstrate that they are proficiency in using TensorFlow to build deep learning models. The certificate costs $100, but you can get a $50 stipend which takes between 4 to 6 weeks from the day you request it.

The goal of this certificate is to provide everyone in the world the opportunity to showcase their expertise in ML in an increasingly AI-driven global job market….@Tensorflow website

TensorFlow team has also made a network of certificate holders on a global map. You can be the first one in your country to set the pin there!!

TensorFlow certificate network, https://developers.google.com/certification/directory/tensorflow

What it means for your (our) career(s)?

Gaining something to show that you have expertise in using this leading ML framework comes with huge benefits such as yes, such recognition, and can also showcase your skills on social networks such as LinkedIn and GitHub. The most thing I liked about this certificate exam, is that you learn things you would not feel like learning.

As a certificate holder, I am looking forward to these benefits!!

How to prepare for the exam?

There are numerous resources to help you get ready for the exam. The first thing which may be good to look into is the Candidate Handbook. Since this is updated regularly, check it often before you take the exam. For example, when I first looked into it months before exam, the python version to use was 3.7 but when I was about to take the exam, it had been changed to 3.8 (as of now). Luckily, it was the final day of preparation and I updated to Python 3.8 as soon as possible. You do not want to be frustrated by these kinds of things during the exam!

The following are the list of resources to help you get started. They are recommended if you are beginning or if TensorFlow is not your day to day framework.

  • DeepLearning.AI TensorFlow Developer Professional Certificate: This course is the number one to help you pass the exam. It was taught by Laurence Moroney, Lead AI Advocate/Head of TensorFlow Advocacy at Google. By taking this course, you learn how to develop deep learning models for Computer vision, Natural Language processing and Sequence models.
Laurence Moroney and Andrew Ng. , https://www.coursera.org/professional-certificates/tensorflow-in-practice#courses
Course curriculum, https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187
  • Hands-on Machine Learning for Scikit-Learn and TensorFlow: This is a great book not only to pass the exam but to also understand every single thing in the end to end ML process. The repository for the book chapter is open on author GitHub.
  • Intro to Deep Learning MIT: These are free lectures by MIT on Deep Learning. The recommended lecturers are first three, each with 40 minutes long. They are very practical, quick and helpful in understanding the basics of deep learning, convolutional neural networks and sequence models.

There are so many resources to look into, and you can find all of them on the official TensorFlow page. The most recommended course is DeepLearning.AI TensorFlow Developer Professional Certificate. Even if you maybe already good with TensorFlow, you should definitely check it before taking the exam.

Yes, prepared and ready to take the exam, what to expect during the exam?

The exam is 5 hours long and it will be automatically submitted if the time gets to end. The official environment for the exam is a current stable version of PyCharm.

Having limited time means that you are better off prepared to pass the exam if you have some plans in order. Here are what I can say about this part, and I will link to what helped.

  • Be familiar with PyCharm before taking an exam, and do run some of the tutorial models available on TensorFlow Tutorial page.
  • You are required to build five models, and they become complex from model one to the fifth.
  • During the exam, you are required to train models which may be slow depending on your machine. It is also advised to run them in Google Colab. I did this in parallel to training in PyCharm and it helped a lot. The point here is that you can build models while others are being trained in Colab or Kaggle kernel.
  • Be sure to have a stable internet for whole examination period, power and fewer distractions. I did it in midnight because I know there are no distractions and good internet as well.
  • If you run in any issue, check what the instructions and Candidate handbook have to say about it.
  • Read Candidate handbook again before taking the exam, and have it and other instructions open during the exam.

After the exam…

After the exam, you receive an email which either says you passed or you didn’t pass. You do not get a score or any details to your results. The only score you get is the ones you get while submitting models for a test such as 3/5 on every single model, and you get this directly in PyCharm not in the email notifying results.

Getting to the end, as Daniel Bourke puts it in his YouTube video, in this world where everyone can declare expertise after finishing an online course, you need some sorts of things to set you apart. This certificate may not be a must to have, but it is a nice to have!!

Thank you for reading and for any questions which don’t attempt to break exam confidentiality, reach out and connect with me on my LinkedIn.

P.S: I am not affiliated with any resource mentioned in any ways.

May your models always converge!!

--

--