About 43,600 results
Open links in new tab
  1. Introduction to Convolution Neural Network - GeeksforGeeks

    Jul 11, 2025 · Convolutional Neural Network (CNN) is an advanced version of artificial neural networks (ANNs), primarily designed to extract features from grid-like matrix datasets. This is …

  2. Convolutional Neural Network (CNN): A Complete Guide

    Jan 18, 2023 · Convolutional Neural Network (CNN) forms the basis of computer vision and image processing. In this post, we will learn about Convolutional Neural Networks in the context of an …

  3. An Introduction to Convolutional Neural Networks (CNNs)

    Nov 14, 2023 · What is a Convolutional Neural Network (CNN)? A Convolutional Neural Network (CNN), also known as ConvNet, is a specialized type of deep learning algorithm mainly …

  4. Convolutional Neural Networks for Dummies - Medium

    Oct 14, 2023 · So you want to learn about Convolutional Neural Networks, CNNs, huh? Well, you’ve come to the right place. This step-by-step tutorial is going to break down CNNs in …

  5. Think of every ”window” of the input being scanned by a single MLP and to detect a pattern. Ex: we want to detect which window of the input has the audio “Harry Potter”?

  6. What Is a Convolutional Neural Network? A Beginner's Tutorial …

    Feb 4, 2021 · There are a lot of different kinds of neural networks that you can use in machine learning projects. There are recurrent neural networks, feed-forward neural networks, modular …

  7. CNN Architecture: 5 Layers Explained Simply - upGrad

    Sep 8, 2025 · Learn the basics of CNN architecture! Our detailed explanation covers the 5 layers of Convolutional Neural Networks, making deep learning accessible to all.

  8. Basics of CNN in Deep Learning - Analytics Vidhya

    May 1, 2025 · Learn the basics of CNN (Convolutional Neural Networks), including layers, padding, pooling, ReLU, & Python implementation in this guide.

  9. CS 230 - Convolutional Neural Networks Cheatsheet

    R-CNN Region with Convolutional Neural Networks (R-CNN) is an object detection algorithm that first segments the image to find potential relevant bounding boxes and then run the detection …

  10. Convolutional Neural Network (CNN): Architecture Explained

    Apr 6, 2025 · This article will delve into the basics of Convolutional Neural Networks (CNNs) and explore their architecture, working principles, and applications.