Appendix

Chapter 1 - Artificial Neural Network Fundamentals

  1. What are the various layers in a neural network? Input, Hidden, and Output Layers
  2. What is the output of a feed-forward propagation? Predictions that help in calculating loss value
  3. How is the loss function of a continuous dependent variable different from that of a binary dependent variable and also of a categorical dependent variable? MSE is the generally used loss function for a continuous dependent variable and binary cross-entropy for a binary dependent variable. Categorical cross-entropy is used for categorical dependent variables.
  4. What is stochastic gradient descent? It is a process of reducing loss, by adjusting weights in the direction of decreasing gradient
  5. What does a backpropagation ...

Get Modern Computer Vision with PyTorch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.