TABLE OF CONTENTS

If you are wondering why you should take a deep learning test, the answer is simple: skills matter. By taking the test, you will:

And, it’s free. Your results are only ever shared with your permission to refer you to a company. Let’s go over the deep learning test.

I   What is the deep learning test

The deep learning test is one of six standardized tests that were developed by a team of AI and assessment experts at Workera to evaluate the skills of people working as a Deep Learning Engineer (DLE), Deep Learning Researcher (DLR) or Software Engineer-Deep Learning (SE-DL). It is comprised of multiple choice questions selected from a large database, so that different test takers get different questions, and takes 8 minutes to complete.

You can learn more about these roles in our AI Career Pathways report and about the other tests in The Skills Boost.

II   What to expect in the deep learning test

Before taking a test, it is important to understand what it evaluates and how it is graded. The grading rubric for the deep learning test includes four categories:

You will be evaluated and assigned to a skill level in each category: beginning, developing, or accomplished, depending on your mastery of the skill at hand. Your skill level in deep learning will be determined using a combination of your scores across all four categories.

You can learn about the categories and performance levels in the table below.

Category Beginning Developing Accomplished
Understanding deep learning foundations Demonstrates limited understanding foundational deep learning concepts. Demonstrates ability to implement fully-connected neural networks to solve a classification or regression problem. Demonstrates ability to implement fully-connect neural networks, and identify their use cases and shortcomings.
Understanding techniques to improve neural networks Demonstrates limited understanding of strategies to improve neural networks. Demonstrates ability to understand techniques used to improve neural networks with some effectiveness. This includes dropout, stochastic gradient descent, weight initialization, and transfer learning. Demonstrates mastery of techniques to improve neural networks and solve problems such as overfitting, vanishing/exploding gradients, lack of convergence, and slow training.
Understanding convolutional neural networks Demonstrates limited understanding of how CNNs work. Demonstrates ability to understand the components of a CNN and how to train it. Demonstrates ability to set up, train and apply CNNs to computer vision problems.
Understanding sequence models Demonstrates limited understanding of how sequence models work. Demonstrates ability to understand RNNs and how to train them. Demonstrates ability to set up, train and apply RNNs to use cases such as time-series modeling, natural language processing, or speech recognition.

At the end of the test, you’ll see your overall skill category in deep learning.

You will also receive feedback for every skills evaluated (e.g., Backward propagating through a ReLU function or Understanding the forward propagation in a convolution layer).

III   Deep learning practice questions

Nothing beats practice! Here are examples of questions you might encounter in the deep learning test. Think carefully before selecting your answer. Then, click submit to see the answer and get feedback.

Question 1: fully-connected neural networks

Question 2: activation functions

Question 3: batch size

Question 4: overfitting

Question 5: sequence tagging

IV   Tips for the deep learning test

Now that you know what to expect in our deep learning test, it’s time to take it! You can take the test up to three times in a 90-day period (unless the test is being administered to you by a company for a job) and your results are only ever shared with your permission. The first test is simply meant to act as a baseline to show you where to start studying. So why wait? Sign up here to take the deep learning test.

Which, if any, of the following propositions is true about fully-connected neural networks (FCNN)?

In a FCNN, there are connections between neurons of a same layer.

In a FCNN, the most common weight initialization scheme is the zero initialization, because it leads to faster and more robust training.

A FCNN with only linear activations is a linear network.

None of the above.

You’re building a fully connected network to classify all animals on images taken in a zoo. Here are some examples of images in your dataset$:$

If there are bears and iguanas in the image, your network should classify the image as containing two classes$:$ “bear” and “iguana”, no matter how many animals from each class there is. What is a good choice for the last activation of your neural network?

Sigmoid

Tanh

ReLU

Softmax

Assume that your machine has a large enough RAM dedicated to training neural networks. Compared to using stochastic gradient descent for your optimization, choosing a batch size that fits your RAM will lead to$:$

a more precise but slower update.

a more precise and faster update.

a less precise but faster update.

a less precise and slower update.

Which of the following methods DOES NOT prevent a model from overfitting to the training set?

Early stopping

Dropout

Data augmentation

Pooling

Text sequence tagging is the task to output a class (or "tag") for each word of an input text sequence. For instance, the input "I want to go to Burkina Faso" can result in the following prediction$:$ "O O O O O B-LOC I-LOC" where O indicates that the word is not a location, B-LOC (res. I-LOC) indicates that the word is the beginning (resp. inside) word of a location.

You are discussing three possible approaches with your teammates$:$ fully-connected neural networks (FCNN), recurrent neural networks (RNN) and 1-D convolutional neural networks (CNN).

Which of the following is FALSE?

At test time, the CNN will probably be faster than the RNN because it can process the input sequence in parallel.

If you are using GPUs, the CNN will probably be faster than the RNN because GPUs optimize convolution operations.

If the window size of the CNN is small (let's say 3), the FCNN will likely perform better than the CNN on long sequences such as "I am not sure I am available this summer, but I hope I could go to Kuala Lampur".

During training, CNN will probably be faster than the RNN because it can process the input sequence in parallel.

Other tests include machine learning, data science, mathematics, algorithmic coding, and software engineering.

Deep learning engineers carry out data engineering, modeling, and deployment tasks. They demonstrate solid scientific and engineering skills. Communication skills requirements vary among teams. This role is a variant of machine learning engineer. It requires deep learning skills in addition to the skills profile presented in the figure above.

Deep learning researchers carry out data engineering and modeling tasks. They demonstrate outstanding scientific skills (see Figure above). Communication skills requirements vary among teams. This role is a variant of machine learning researcher. It requires deep learning skills in addition to the skills profile presented in the figure above.

People who have the title software engineer-machine learning carry out data engineering, modeling, deployment and AI infrastructure tasks. They demonstrate solid engineering skills and are developing scientific skills. Communication skills requirements vary among teams. This role is a variant of software engineer-machine learning. It requires deep learning skills in addition to the skills profile presented in the figure above.

Author(s)

  1. Kian Katanforoosh - Founder at Workera, Lecturer at Stanford University - Department of Computer Science, Founding member at deeplearning.ai

Acknowledgment(s)

  1. The layout for this article was originally designed and implemented by Jingru Guo, Daniel Kunin, and Kian Katanforoosh for the deeplearning.ai AI Notes, and inspired by Distill.

Footnote(s)

  1. The test was developed under rigorous standards. We will share more information about our testing methodology and philosophy in a new article coming up soon.
  2. You can practice for the machine learning test, the deep learning test, the data science test, the mathematics test, the algorithmic coding test, and the software engineering test in The Skills Boost.
For members
Unlock your potential. Test. Assess. Progress.
For companies
Unlock the skills data needed to drive innovation and data-driven talent strategies.

↑ Back to top