- Pre-process and prepare a real-world X-ray dataset
- Use transfer learning to retrain a DenseNet model for X-ray image classification
- Use a technique to handle class imbalance
- Measure diagnostic performance by computing the AUC (Area Under the Curve) for the ROC (Receiver Operating Characteristic) curve
- Visualize model activity using GradCAMs
- Metrics
-True Positives, False Positives, True Negatives, and False Negatives
-Accuracy
-Prevalence
-Sensitivity and Specificity
-PPV and NPV
-ROC Curve - Confidence Intervals
- Precision-Recall Curve
- F1 Score
- Calibration
- What is in an MR image
- Standard data preparation techniques for MRI datasets
- Metrics and loss functions for segmentation
- Visualizing and evaluating segmentation models