Member-only story
Click to navigate: Part 1 -> Part 2 -> Part 3
Segmenting Abnormalities in Mammograms (Part 3 of 3)
A step-by-step guide to implementing a deep learning semantic segmentation pipeline on mammograms in TensorFlow 2
If you are reading this article, chances are that we share similar interests and are in similar industries. So let’s connect via LinkedIn, where I share tidbits of my thoughts and resources about AI and ML!
Article Structure
This article is Part 3 of a 3-part series that walks through how I tackled a deep learning project of identifying mass abnormalities in mammogram scans using an image segmentation model. As a result of breaking down the project in detail, this serves as a comprehensive overview of one of the core problems in computer vision — semantic segmentation, as well as a deep dive into the technicalities of executing this project in TensorFlow 2.
Part 1:
- Problem statement.
- What is semantic segmentation.
- Guide to downloading the dataset.
- What you’ll find in the dataset.
- Unravelling the nested folder structure of the dataset.

