Coursera《Introduction to TensorFlow》第一周测验

《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第一周(A New Programming Paradigm)的测验答案

Posted by 王沛 on March 27, 2019
本文总阅读量

Coursera《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》(Quiz of Week1)

本博客为Coursera上的课程《Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning》第一周的测验。

目录

  1. 第一题
  2. 第二题
  3. 第三题
  4. 第四题
  5. 第五题
  6. 第六题
  7. 第七题
  8. 第八题

Coursera课程地址


第一题

  1. The diagram for traditional programming had Rules and Data In, but what came out?

    A. Binary
    B. Machine Learning
    C. Bugs
    D. Answers

    答案D

第二题

  1. The diagram for Machine Learning had Answers and Data In, but what came out?

    A. Rules
    B. Models
    C. Bugs
    D. Binary

    答案A

第三题

  1. When I tell a computer what the data represents (i.e. this data is for walking, this data is for running), what is that process called?

    A. Programming the Data
    B. Labelling the Data
    C. Categorizing the Data
    D. Learning the Data
    答案B

第四题

  1. What is a Dense?

    A. A layer of connected neurons
    B. A single neuron
    C. Mass over Volume
    D. A layer of disconnected neurons
    答案A

第五题

  1. What does a Loss function do?

    A. Measures how good the current ‘guess’ is
    B. Decides to stop training a neural network
    C. Generates a guess
    D. Figures out if you win or lose
    答案A

第六题

  1. What does the optimizer do?

    A. Decides to stop training a neural network
    B.Figures out how to efficiently compile your code
    C. Measures how good the current guess is
    D. Generates a new and improved guess
    答案D

第七题

  1. What is Convergence?

    A. The process of getting very close to the correct answer
    B. A programming API for AI
    C. The bad guys in the next ‘Star Wars’ movie
    D. A dramatic increase in loss
    答案A

第八题

  1. What does model.fit do?

    A. It trains the neural network to fit one set of values to another
    B. It makes a model fit available memory
    C. It optimizes an existing model
    D. It determines if your activity is good for your body
    答案A