CNN
Convolutional Neural Networks (CNN) are a class of deep learning models, most commonly applied to analyzing visual imagery. They are also known as ConvNets.
Introduction[edit | edit source]
Convolutional Neural Networks (CNN) are a type of artificial neural network designed to mimic the connectivity pattern of neurons in the human brain. They are particularly effective for analyzing visual data and are widely used in image recognition and computer vision tasks.
Structure[edit | edit source]
A typical CNN consists of one or more convolutional layers, followed by pooling layers, fully connected layers, and finally a softmax function for classification. Each layer in a CNN transforms the input data to bring out increasingly complex features.
Convolutional Layer[edit | edit source]
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. During the forward pass, each filter is convolved across the width and height of the input volume, computing the dot product between the entries of the filter and the input and producing a 2-dimensional activation map of that filter.
Pooling Layer[edit | edit source]
The pooling layer (also known as a downsampling layer) is typically applied after the convolutional layer. The function of the pooling layer is to progressively reduce the spatial size of the representation, thereby reducing the amount of parameters and computation in the network.
Fully Connected Layer[edit | edit source]
Fully connected layers connect every neuron in one layer to every neuron in another layer. It is in principle the same as the traditional multi-layer perceptron neural network (MLP).
Applications[edit | edit source]
CNNs have been successfully applied to a range of applications, including image recognition, video analysis, and natural language processing. In the field of medicine, CNNs have shown great promise in tasks such as medical imaging analysis, disease prediction, and drug discovery.
See Also[edit | edit source]
Search WikiMD
Ad.Tired of being Overweight? Try W8MD's physician weight loss program.
Semaglutide (Ozempic / Wegovy and Tirzepatide (Mounjaro / Zepbound) available.
Advertise on WikiMD
WikiMD's Wellness Encyclopedia |
Let Food Be Thy Medicine Medicine Thy Food - Hippocrates |
Translate this page: - East Asian
中文,
日本,
한국어,
South Asian
हिन्दी,
தமிழ்,
తెలుగు,
Urdu,
ಕನ್ನಡ,
Southeast Asian
Indonesian,
Vietnamese,
Thai,
မြန်မာဘာသာ,
বাংলা
European
español,
Deutsch,
français,
Greek,
português do Brasil,
polski,
română,
русский,
Nederlands,
norsk,
svenska,
suomi,
Italian
Middle Eastern & African
عربى,
Turkish,
Persian,
Hebrew,
Afrikaans,
isiZulu,
Kiswahili,
Other
Bulgarian,
Hungarian,
Czech,
Swedish,
മലയാളം,
मराठी,
ਪੰਜਾਬੀ,
ગુજરાતી,
Portuguese,
Ukrainian
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 Wikipedia, licensed under CC BY SA or similar.
Contributors: Prab R. Tumpati, MD