2018
DOI: 10.1007/s10278-018-0079-6
|View full text |Cite
|
Sign up to set email alerts
|

Hello World Deep Learning in Medical Imaging

Abstract: There is recent popularity in applying machine learning to medical imaging, notably deep learning, which has achieved state-of-the-art performance in image analysis and processing. The rapid adoption of deep learning may be attributed to the availability of machine learning frameworks and libraries to simplify their use. In this tutorial, we provide a high-level overview of how to build a deep neural network for medical image classification, and provide code that can help those new to the field begin their inf… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
49
0
2

Year Published

2018
2018
2022
2022

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 92 publications
(51 citation statements)
references
References 9 publications
0
49
0
2
Order By: Relevance
“…A recent tutorial attempts to bridge this gap by providing a step by step implementation detail of applying DL to digital pathology images [8]. In [9], a high-level introduction to medical image segmentation task using deep learning is presented by providing the code. In general, most of the work using DL techniques use an open source model, where the code is made available on platforms such as github.…”
mentioning
confidence: 99%
“…A recent tutorial attempts to bridge this gap by providing a step by step implementation detail of applying DL to digital pathology images [8]. In [9], a high-level introduction to medical image segmentation task using deep learning is presented by providing the code. In general, most of the work using DL techniques use an open source model, where the code is made available on platforms such as github.…”
mentioning
confidence: 99%
“…Consequently, automatic methods based on deep neural networks have been tested for several purposes, which are as follows: classification, image registration, segmentation, lesion detection, image retrieval, image guided therapy, image generation, and enhancement . Most recently, radiomics and AI research have been advancing in the dental field, revealing the potential of these technologies to substantially improve clinical care …”
Section: Radiomics and DL Applications In Radiologymentioning
confidence: 99%
“…We applied the same hyper-parameters to both architectures; we used RMSprop optimizer with default parameters: learning rate = 0.001 and β = 0.9. The loss function we selected was the binary cross-entropy since this function better suits classification tasks with 2 classes [23]. All the convolutional layers were preceded by the zero or "same" padding to preserve the size of post convolution.…”
Section: Determining Cnn Architecture and Fine-tuningmentioning
confidence: 99%