About 5,420,000 results
Open links in new tab
  1. Convolutional Neural Network (CNN) in Machine Learning

    Feb 7, 2025 · Convolutional Neural Networks (CNNs) are a specialized class of neural networks designed to process grid-like data, such as images. They are particularly well-suited for image recognition and processing tasks.

  2. Introduction to Convolution Neural Network - GeeksforGeeks

    Apr 3, 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 particularly useful for visual datasets such as images or videos, where data patterns play a …

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

    Feb 4, 2021 · An Example of a CNN in Python. As an example of using a CNN on a real problem, we’re going to identify some handwritten numbers using the MNIST data set. The first thing we do is define the CNN model. Next we separate our training and test data. Lastly, we use the training data to train the model and test that model using the test data.

  4. Convolutional Neural Network (CNN) | TensorFlow Core

    Aug 16, 2024 · This tutorial demonstrates training a simple Convolutional Neural Network (CNN) to classify CIFAR images. Because this tutorial uses the Keras Sequential API , creating and training your model will take just a few lines of code.

  5. An Introduction to Convolutional Neural Networks (CNNs)

    Nov 14, 2023 · A Convolutional Neural Network (CNN), also known as ConvNet, is a specialized type of deep learning algorithm mainly designed for tasks that necessitate object recognition, including image classification, detection, and segmentation.

  6. Convolutional Neural Networks (CNN) with TensorFlow Tutorial

    Apr 14, 2023 · This conceptual CNN tutorial will start by providing an overview of what CNNs are and their importance in machine learning. Then it will walk you through a step-by-step implementation of CNN in TensorFlow Framework 2.

  7. Different Types of CNN Architectures Explained: Examples

    Dec 4, 2023 · Dive deep into different types of CNN architectures such as LeNet-5, AlexNet, ZFNet, ResNet. Learn CNN Architecture with Python Code Example.

  8. CNN in Deep Learning: Algorithm and Machine Learning Uses

    Apr 12, 2025 · Understand CNN in deep learning and machine learning. Explore the CNN algorithm, convolutional neural networks, and their applications in AI advancements.

  9. PyTorch CNN Tutorial: Build and Train Convolutional Neural

    Feb 27, 2025 · In this tutorial, we will implement a CNN using PyTorch, a deep learning framework that is both user-friendly and highly efficient for research and production applications. Before getting into the details of CNNs, you must be familiar with the field of deep learning and the Python libraries we will use during the setup of our environment.

  10. Convolutional Neural Networks (CNN) Tutorial - Analytics Vidhya

    May 1, 2025 · In module 2, we will look at some practical tricks and methods used in deep CNNs through the lens of multiple case studies. We will also learn a few practical concepts like transfer learning, data augmentation, etc. Module 3 will cover the concept of object detection.

  11. Some results have been removed
Refresh