Artificial Intelligence By Example
上QQ阅读APP看书,第一时间看更新

Questions

  1. Can the perceptron alone solve the XOR problem? (Yes | No)
  2. Is the XOR function linearly non-separable? (Yes | No)
  3. One of the main goals of layers in a neural network is classification. (Yes | No)
  4. Is deep learning the only way to classify data? (Yes | No)
  5. A cost function shows the increase in the cost of a neural network. (Yes | No)
  6. Can simple arithmetic be enough to optimize a cost function? (Yes | No)
  7. A feedforward network requires inputs, layers, and an output. (Yes | No)
  8. A feedforward network always requires training with backpropagation. (Yes | No)
  9. In real-life applications, solutions are only found by following existing theory. (Yes | No)