Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chikeibezim/mlp-cnn-bone-break-classification
In this project, we utilize a bone fracture dataset to train a neural network capable of accurately classifying bone breaks from X-ray images.
https://github.com/chikeibezim/mlp-cnn-bone-break-classification
convolutional-neural-networks deep-learning machine-learning mlp python
Last synced: 3 days ago
JSON representation
In this project, we utilize a bone fracture dataset to train a neural network capable of accurately classifying bone breaks from X-ray images.
- Host: GitHub
- URL: https://github.com/chikeibezim/mlp-cnn-bone-break-classification
- Owner: chikeibezim
- Created: 2024-02-08T15:17:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T08:35:44.000Z (11 months ago)
- Last Synced: 2024-11-14T23:15:41.219Z (2 months ago)
- Topics: convolutional-neural-networks, deep-learning, machine-learning, mlp, python
- Language: Jupyter Notebook
- Homepage: https://www.kaggle.com/code/victor116/mlp-cnn-bone-break-classification-95-acc
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keras MLP-CNN-Bone-Break-Classification
In this project, we utilize a bone fracture datasets to train a neural network capable of accurately classifying bone breaks from X-ray images.The dataset covers a range of bone fracture classes, such as avulsion fractures, comminuted fractures, fracture-dislocations, greenstick fractures, hairline fractures, impacted fractures, longitudinal fractures, oblique fractures, pathological fractures, and spiral fractures.
Automating the fracture classification process has the potential to enhance patient care and aid medical professionals in making well-informed decisions.
With Keras and TensorFlow I was able to construct a model that was able to detect bone fractures at 96% Accuracy
## Used in this Project
- Keras
- Tensorflow
- Python## DL Models
- Multilayer Perceptron (76%)
- COnvolutional Neural Network (96%)## Kaggle Kernel
If you would like to visit the kaggle kernel this model was trained: [https://www.kaggle.com/code/victor116/mlp-cnn-bone-break-classification-95-acc](https://www.kaggle.com/code/victor116/mlp-cnn-bone-break-classification-95-acc)