Convolutional neural network

From WikiMD's medical encyclopedia

Comparison image neural networks

Convolutional Neural Network (CNN) is a class of deep neural networks, most commonly applied to analyzing visual imagery. CNNs are also known as convnets or CNN. They have applications in image and video recognition, recommender systems, image classification, medical image analysis, natural language processing, and financial time series.

CNNs use a variation of multilayer perceptrons designed to require minimal preprocessing. They are also known as shift invariant or space invariant artificial neural networks (SIANN), based on their shared-weights architecture and translation invariance characteristics.

Architecture

The architecture of a CNN is designed to take advantage of the 2D structure of an input image. This is achieved through the use of multiple building blocks, such as convolutional layers, pooling layers, and fully connected layers.

Convolutional Layers

The convolutional layer is the core building block of a CNN. The layer's parameters consist of a set of learnable filters (or kernels), which have a small receptive field, but extend through the full depth of the input volume. As the filter slides over the input image (a process known as convolution), a 2D activation map is produced that gives the responses of that filter at every spatial position. Intuitively, the network learns filters that activate when they see some specific type of feature at some spatial position in the input.

Pooling Layers

Pooling layers are used to reduce the dimensions of the data by combining the outputs of neuron clusters at one layer into a single neuron in the next layer. Max pooling, for example, partitions the input image into a set of non-overlapping rectangles and, for each such sub-region, outputs the maximum.

Fully Connected Layers

Fully connected layers connect every neuron in one layer to every neuron in the next layer. In the context of CNNs, fully connected layers are often placed after several convolutional and pooling layers to perform high-level reasoning such as classifying the features found by the CNN.

Training

CNNs are trained using a backpropagation algorithm. However, unlike in traditional neural networks, the layers in CNNs are three-dimensional, which means the network learns both the height and width dimensions of its filters, along with the depth.

Applications

CNNs have been successfully applied to various fields, including:

Advantages

  • CNNs can automatically and adaptively learn spatial hierarchies of features from input images.
  • CNNs reduce the number of parameters to learn, making the network less prone to overfitting.

Challenges

  • CNNs require a significant amount of training data to avoid overfitting.
  • They are computationally intensive to train and require substantial computing resources, particularly for large datasets.

Future Directions

The future of CNNs includes improvements in network architecture, training methods, and applications. Researchers are exploring ways to make CNNs more efficient, capable of handling more complex types of data, and easier to train.

This article is a stub.

You can help WikiMD by registering to expand it.
Editing is available only to registered and verified users.
WikiMD is a comprehensive, free health & wellness encyclopedia.

Navigation: Wellness - Encyclopedia - Health topics - Disease Index‏‎ - Drugs - World Directory - Gray's Anatomy - Keto diet - Recipes

Transform your life with W8MD's budget GLP-1 injections from $125.

W8mdlogo.png
W8MD weight loss doctors team

W8MD offers a medical weight loss program to lose weight in Philadelphia. Our physician-supervised medical weight loss provides:

NYC weight loss doctor appointments

Start your NYC weight loss journey today at our NYC medical weight loss and Philadelphia medical weight loss clinics.

Linkedin_Shiny_Icon Facebook_Shiny_Icon YouTube_icon_(2011-2013) Google plus


Advertise on WikiMD

WikiMD's Wellness Encyclopedia

Let Food Be Thy Medicine
Medicine Thy Food - Hippocrates

Medical Disclaimer: WikiMD is not a substitute for professional medical advice. The information on WikiMD is provided as an information resource only, may be incorrect, outdated or misleading, and is not to be used or relied on for any diagnostic or treatment purposes. Please consult your health care provider before making any healthcare decisions or for guidance about a specific medical condition. WikiMD expressly disclaims responsibility, and shall have no liability, for any damages, loss, injury, or liability whatsoever suffered as a result of your reliance on the information contained in this site. By visiting this site you agree to the foregoing terms and conditions, which may from time to time be changed or supplemented by WikiMD. If you do not agree to the foregoing terms and conditions, you should not enter or use this site. See full disclaimer.
Credits:Most images are courtesy of Wikimedia commons, and templates, categories Wikipedia, licensed under CC BY SA or similar.

Contributors: Prab R. Tumpati, MD