I’ve been eagerly awaiting the release of the second edition of Deep Learning with PyTorch, and finally grabbed my copy as soon as it came out on March 10th.
Cover of the second edition of ‘Deep Learning with PyTorch’.
Given my current work building models for early disease recognition, the very first thing I did was flip straight to Chapter 11 to see how the authors handle medical imaging. I quickly noticed that they advocate for the slicing approach—extracting individual 2D cross-sections from a full scan.
Personally, I tend to prefer resizing the full 3D images directly. Slicing inherently forces the data from 3D down to 2D, which means losing some of the depth spatial context. By resizing the entire 3D volume, you preserve the vital relationships between structures across all planes (axial, sagittal, and coronal), which I’ve found crucial for detecting volumetric anomalies.
That being said, I’m keeping an open mind. Every approach has its trade-offs, and I’m really looking forward to diving deeper into their methodology and learning some new techniques from the book!
I hold the esteemed qualification of a Certified Public Accountant and have earned a Master's degree in Science with a specialization in Computer Information Systems. Since entering the realm of software development in 2000, my focus has been on adopting secure coding practices, an endeavour I have intensified after receiving my Certified Ethical Hacker v5 certification in 2008. My professional journey includes guiding clients through their digital transformation journey, particularly emphasizing digital security issues. For more than ten years, I have provided Agile Project Management training to well-known companies. I am a Certified ScrumMaster and have completed the Prince2 Agile Foundation certification. I had the privilege of being recognized as a Microsoft MVP for ASP.NET for ten consecutive years. Previously, I also served as a Microsoft Certified Trainer. As a hobby, I enjoy assembling personal unmanned aerial vehicles during my downtime.
View more posts