Skip to content

Example questions/assignments for tensorflow certification exam #154

Answered by mrdbourke
JaapHaitsma asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Jaap!

Your discoveries are correct (as long as the research your doing is talking about the same exam I took).

As for how they work.

You're given a dataset of some kind (these are relatively small) and then have to build a TensorFlow model to perform at some decent performance threshold (don't overthink this, if you think your model is doing pretty well given the data, you're probably right).

The questions will be similar to the style of script in: https://github.com/mrdbourke/tensorflow-deep-learning/blob/main/extras/image_classification_test.py

More specifically:

import tensorflow as tf
from tensorflow.keras import datasets, layers

# Check version of TensorFlow (exam requires a cer…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mrdbourke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants