Coursera Courses Answers. 100% correct answers guaranteed. Covered every possible question for free.

Search This Blog

Breaking

Sunday, 26 July 2020

5. Facial Expression Recognition with Keras

Facial Expression Recognition with Keras

by Coursera Project Network

Graded Quiz Answers :


1.Question 1

In the Facial Expression Recognition project that we just completed, we used the Keras API with TensorFlow as its backend. True or False?

1 / 1 point

2.Question 2

Which of following is true about the FER 2013 dataset of images we used to train the CNN model? (Select all that apply)

1 / 1 point

3.Question 3

The Facial Expression Recognition model we created is comprised of 6 dense, fully connected layers. True or False?

1 / 1 point

4.Question 4

What technology, API, or framework did we use for face detection?

1 / 1 point

5.Question 5

What are the two types of regularization techniques that you used in this project? (Select all that apply)

1 / 1 point

6.Question 6

Select all statements that are true:

1 / 1 point

7.Question 7

What does the following code block accomplish?

1
2
3
model_json = model.to_json()
with open("model.json", "w") as json_file:
json_file.write(model_json)
1 / 1 point

8.Question 8

In the hands-on project, which statement(s) would apply to the softmax activation function? (Select all that apply)

1 / 1 point

9.Question 9

Which function returns the history object which has training metrics like training accuracy and loss?

1 / 1 point

10.Question 10

In the hands-on project, the trained model recognized facial expressions in videos saved to disk. Is it true that you need to change just one line of code to classify facial expressions in real-time from your webcam stream?

1 / 1 point

No comments:

Post a Comment

If you have any doubts, please let me know.