Skip to Content
Modern Computer Vision with PyTorch - Second Edition
book

Modern Computer Vision with PyTorch - Second Edition

by V Kishore Ayyadevara, Yeshwanth Reddy
June 2024
Intermediate to advanced
746 pages
17h 59m
English
Packt Publishing
Content preview from Modern Computer Vision with PyTorch - Second Edition

Appendix

Chapter 1, Artificial Neural Network Fundamentals

  1. What are the various layers in a neural network?

Input, hidden, and output.

  1. What is the output of feedforward propagation?

Predictions that help in calculating the loss value.

  1. How is the loss function of a continuous dependent variable different from that of a binary dependent variable or a categorical dependent variable?

Mean squared error (MSE) is the generally used loss function for continuous dependent variables, and binary cross-entropy is generally used for binary dependent variables. Categorical cross-entropy is used for categorical dependent variables.

  1. What is stochastic gradient descent?

It is the process of reducing loss by adjusting weights in the direction of decreasing ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch

Jeremy Howard, Sylvain Gugger
Learning Modern Linux

Learning Modern Linux

Michael Hausenblas

Publisher Resources

ISBN: 9781803231334Supplemental Content