How I got Certified as a TensorFlow Developer by Google

栏目: IT技术 · 发布时间: 3年前

内容简介:About a month ago,In this article, I am going to discuss my experience studying for the TensorFlow Developer Certificate exam. Since there are plenty of amazing resources and guides shared by other learners, and you probably have seen some already, I am no

Resources and tips that will help you prepare for the certificate exam

Jul 30 ·5min read

About a month ago, Deep Learning was a foreign concept to me — I barely had any theoretical background in it, and I had 0 practical experience coding neural networks. Now, a month later, I received the TensorFlow Developer Certificate, and I am pretty confident in building and training deep learning models using the state-of-the-art toolbox.

How I got Certified as a TensorFlow Developer by Google

https://www.credential.net/e4bc84c1-2be6-4e99-ab46-d0635bb6559a

In this article, I am going to discuss my experience studying for the TensorFlow Developer Certificate exam. Since there are plenty of amazing resources and guides shared by other learners, and you probably have seen some already, I am not going to repeat them. Instead, I will focus on my learning strategy and exam-taking experience. I hope you find this article different but useful.

If you would like to read about other learner’s experiences, all the links are listed at the end of this article. They have helped me a lot, and I hope they can benefit you too!

1. Theory vs. Practice

Albert Einstein once said, “In theory, theory and practice are the same. In practice, they are not.” In machine learning, especially areas of deep learning, we find it hard to give definitive answers. Which optimizer should I use? What the learning rate should be? How many layers should I have in my neural network? Although we have come up with ‘rule of thumb’ to deal with certain scenarios, most of the problem solving involves ‘trial and error.’

How I got Certified as a TensorFlow Developer by Google

Photo by Scott Graham on Unsplash

But at the same time, only if we understand the theory behind a model can we properly apply suitable methods to construct and optimize it.

Do not rush to build a working model. Make sure you understand the mechanisms behind it and the correct ways to improve its performance. Please always keep this in mind while you are studying for this exam.

2. Reading and Coding

In my exam preparation, I forced myself to keep a healthy balance between reading theoretical concepts and coding.

In the morning, I usually watch several videos from TensorFlow in Practice Specialization on Coursera and go through some exercises that come with the course. In the afternoon, I read the Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow book, and try to mimic the code from the book (These 2 are the most helpful resources for the exam, there are more resources listed at the end of this article).

Everyone’s learning habit is different, so you should make your own plans. Just remember to balance between reading and practicing.

3. Jupyter Notebook and PyCharm

The exercises that come with the Coursera course are all in Jupyter Notebook and Google Colab. But the actual exam environment is in PyCharm.

For learning purposes, Jupyter Notebook is great since it allows you to see the output of one cell immediately after hitting ‘shift+enter.’ This feature makes it a lot easier for you to debug your code as well. However, in the exam, and in real life when you are deploying a machine learning model, you will be using some IDEs or text editors and code in an object-oriented way. Therefore, I strongly suggest you familiarize yourself with the PyCharm environment before the exam, practicing debugging in PyCharm rather than relying on Jupyter Notebook.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算机网络(第6版)

计算机网络(第6版)

[美] James F.Kurose、[美] Keith W.Ross / 陈鸣 / 机械工业出版社 / 2014-10 / 79.00元

《计算机网络:自顶向下方法(原书第6版)》第1版于12年前出版,首创采用自顶向下的方法讲解计算机网络的原理和协议,出版以来已被几百所大学和学院选用,是业界最经典的计算机网络教材之一。 《计算机网络:自顶向下方法(原书第6版)》第6版继续保持了以前版本的特色,为计算机网络教学提供了一种新颖和与时俱进的方法,同时也进行了相当多的修订和更新:第1章更多地关注时下,更新了接入网的论述;第2章用pyt......一起来看看 《计算机网络(第6版)》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具