Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
3D Deep Learning with Python

You're reading from  3D Deep Learning with Python

Product type Book
Published in Oct 2022
Publisher Packt
ISBN-13 9781803247823
Pages 236 pages
Edition 1st Edition
Languages
Authors (3):
Xudong Ma Xudong Ma
Profile icon Xudong Ma
Vishakh Hegde Vishakh Hegde
Profile icon Vishakh Hegde
Lilit Yolyan Lilit Yolyan
Profile icon Lilit Yolyan
View More author details

Table of Contents (16) Chapters

Preface PART 1: 3D Data Processing Basics
Chapter 1: Introducing 3D Data Processing Chapter 2: Introducing 3D Computer Vision and Geometry PART 2: 3D Deep Learning Using PyTorch3D
Chapter 3: Fitting Deformable Mesh Models to Raw Point Clouds Chapter 4: Learning Object Pose Detection and Tracking by Differentiable Rendering Chapter 5: Understanding Differentiable Volumetric Rendering Chapter 6: Exploring Neural Radiance Fields (NeRF) PART 3: State-of-the-art 3D Deep Learning Using PyTorch3D
Chapter 7: Exploring Controllable Neural Feature Fields Chapter 8: Modeling the Human Body in 3D Chapter 9: Performing End-to-End View Synthesis with SynSin Chapter 10: Mesh R-CNN Index Other Books You May Enjoy

Using PyTorch3D heterogeneous batches and PyTorch optimizers

In this section, we are going to learn how to use the PyTorch optimizer on PyTorch3D heterogeneous mini-batches. In deep learning, we are usually given a list of data examples, such as the following ones – .. Here, are the observations and are the prediction values. For example, may be some images and the ground-truth classification results – for example, “cat” or “dog”. A deep neural network is then trained so that the outputs of the neural networks are as close to as possible. Usually, a loss function between the neural network outputs and is defined so that the loss function values decrease as the neural network outputs become closer to .

Thus, training a deep learning network is usually done by minimizing the loss function that is evaluated on all training data examples, and. A straightforward method used in many optimization algorithms is computing the gradients first...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}