This document provides an introduction to deep learning in medical imaging. It explains that artificial neural networks are modeled after biological neurons and use multiple hidden layers to approximate complex functions. Convolutional neural networks are commonly used for image data, applying filters over images to extract features. Modern deep learning platforms perform cross-correlation instead of convolution for efficiency. The key process for improving deep learning models is backpropagation, which calculates the gradient of the loss function to update weights and biases in a direction that reduces loss. Deep learning has applications in medical imaging modalities like MRI, ultrasound, CT, and PET.