3 posts tagged with "mri"



  August 21, 2019     14min read

Automate the diagnosis of Knee Injuries 🏥 with Deep Learning part 3: Interpret models' predictions

In this last post, we will focus on interpretability to assess what the ACL tear detector we trained in the previous article actually learnt. To do this, we'll explore a popular interpretability technique called Class Activation Map (CAM), applied when using convolutional neural networks that have a special architecture

  July 14, 2019     15min read

Automate the diagnosis of Knee Injuries 🏥 with Deep Learning part 2: Building an ACL tear classifier

In this post, you'll learn how to use PyTorch to train an Anterior Cruciate Ligament (ACL) tear classifier that sucessfully detects these injuries from MRIs with a very high performance. We'll dive into the code and we'll go through various tips and tricks ranging from transfer learning to data augmentation, stacking and handling medical images