Model Purpose: Efficient and accurate identification of bone fractures using deep learning techniques, primarily centered on X-ray images.
Data Source: MURA dataset, consisting of 20,335 radiographs of the musculoskeletal system, categorized based on three distinct bone parts: the elbow, hand, and shoulder.
Features Used: X-ray images of the musculoskeletal system. Preprocessing includes operations like horizontal flipping and data augmentation for enhanced diversity.
Model Architecture: The algorithm utilizes a ResNet50 neural network to classify the bone type depicted in the image. Three distinct models are employed to recognize fractures in specific types of bones.
Part | Normal | Fractured | Total |
---|---|---|---|
Elbow | 3160 | 2236 | 5396 |
Hand | 4330 | 1673 | 6003 |
Shoulder | 4496 | 4440 | 8936 |