An open API service indexing awesome lists of open source software.

https://github.com/baha2rm98/human_data_analytics_project

Human Data Analytics Course Project
https://github.com/baha2rm98/human_data_analytics_project

deep-convolutional-networks deep-learning inceptionv4 resnet-50

Last synced: 2 months ago
JSON representation

Human Data Analytics Course Project

Awesome Lists containing this project

README

        

# Bone age Prediction
## Deep CNN Approaches for predicting bone age from hand X-ray radiographs

Deep ConvolutionalNeural Networks (CNNs) have proven to be a powerful tool
for image classification, image regression, machine vision, and
feature extraction tasks. They have been applied successfully to a
variety of medical imaging tasks, including bone age prediction.
This paper explains how we built deep convolutional neural
networks to predict bone age in months using hand X-ray image
data as input. In order to extract functional results, we used
Inception V4, which is a deep convolutional neural network
(CNN) architecture for image classification and regression tasks.
It was introduced in 2014 by Google researchers and published
in 2016. Another approach that is used is ResNet-50, a deep
convolutional neural network (CNN) architecture for image
classification and machine vision tasks. It was developed by
Microsoft researchers and published in 2015. Although both
of these approaches have different structures and architectures,
they both produce reasonable results.