CoolFace
Modelpublic

keras-io/3D_CNN_Pneumonia

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
Model Card

Model description

This model is a 3D convolutional neural network model trained to predict the presence of viral pneumonia in computer tomography scans.

Spaces link

Keras Example Link

Training and evaluation data

Subset of the MosMedData: Chest CT Scans with COVID-19 Related Findings

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —optimizer: {'name': 'Adam', 'learningrate': {'classname': 'ExponentialDecay', 'config': {'initiallearningrate': 0.0001, 'decaysteps': 100000, 'decayrate': 0.96, 'staircase': True, 'name': None}}, 'decay': 0.0, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
  • —training_precision: float32

Model Plot

<details> <summary>View Model Plot</summary>

[image]

</details>