For each MRI study please output a json with classification scores for each breast.

Here is an example output:

{
  "right": {
    "normal": 0.001000,
    "benign": 0.01000,
    "malignant": 0.988000
  },
  "left": {
    "normal": 0.987000,
    "benign": 0.02000,
    "malignant": 0.001000
  }
}

Grand Challenge have provided example code to produce an algorithm which can be found on our HuggingFace pageΒΆ