etcAug 26, 20211 min read

[TensorFlow] TDC Certification: My Experience

Updated: Feb 18, 2022

Retro.
Available in:enko

#TensorFlow Developer ?

A certificate for promoting TensorFlow.

The exam is focused on the practical use of TensorFlow, but I felt it was a stretch to call it a practitioner-level test.

3 days of preparation was enough, and I think anyone with an understanding of AI concepts and basic Python syntax will need roughly the same amount of time.
If your fundamentals are lacking, or if you want more detailed study, I recommend taking the official Coursera course, which is offered free for one week, and following along with each example one by one.

#Exam Summary

#An online open-book exam where you solve 5 problems over 5 hours.

  • All 5 problems are of the fill-in-the-blank source code type
  • Each problem has 5 test datasets, and you earn points each time you pass the target accuracy for one of them
  • Pass: 90 points or more out of 100

#Testing environment: take the exam after installing the exam Extension in PyCharm

  • I can decide the exam start time myself.
  • Submitting the model (.h5) via the button provided by the Extension lets you see the test results in the [?/5] format.
  • There is no limit on the number of submissions, so I recommend confirming 5/5 about three times in a row.

#All the exam questions come straight from the course.

  • Linear regression
  • Image classification
  • Sentimental analysis(NLP)
  • Time series data prediction

Exam fee: $100

#Lecture ⭐️⭐️⭐️

TensorFlow in Practice | Coursera

#Example Code ⭐️⭐️⭐️⭐️⭐️

https://github.com/lmoroney/dlaicourse