Recent Posts

CNN Saliency with Grad-CAM

2 minute read

Gradient-weighted Class Activation Mapping (Grad-CAM) is a technique for making Convolutional Neural Network (CNN)-based models explainable by visualizing th...

Cancer CNN Validation and Analysis

3 minute read

In this post we compare the performance of the CNN cancer detection models that we trained previously. The results show that the performance of our custom mo...

Cancer CNN Training Walkthrough

4 minute read

In previous posts we have reviewed the development of CNN architectures over the last decade and even defined our own custom architecture. In this post we tr...

Custom Cancer Detection CNN

5 minute read

Medical Imaging is one of the major applications of ML and the clinically-relevant task of metastatic breast cancer detection can be framed as a straight-for...