About 8,220,000 results
Open links in new tab
  1. GitHub - Bengal1/Simple-CNN-Guide: A beginner’s guide to building ...

    This repository provides a guide for building Convolutional Neural Networks (CNNs) in PyTorch, aimed at beginners who want to understand how CNNs work and how to implement them. It combines …

  2. 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 …

  3. Convolutional Neural Network (CNN) Tutorial | Kaggle

    Explore and run machine learning code with Kaggle Notebooks | Using data from Digit Recognizer

  4. Building a Convolutional Neural Network using PyTorch

    Oct 8, 2025 · Convolutional Neural Networks (CNNs) are deep learning models used for image processing tasks. They automatically learn spatial hierarchies of features from images through …

  5. Convolutional Neural Network (CNN) in Deep Learning

    Jan 30, 2026 · Convolutional Neural Networks (CNNs) are deep learning models designed to process data with a grid-like topology such as images. They are the foundation for most modern computer …

  6. Convolutional Neural Network (CNN) in Tensorflow

    Oct 8, 2025 · Convolutional Neural Networks (CNNs) are used in the field of computer vision. There ability to automatically learn spatial hierarchies of features from images makes them the best choice …

  7. GitHub - J4NN0/deep-learning-cnn: NN and CNN implementation …

    An implementation of a Convolutional Neural Network (CNN) on a big image dataset. I used pytorch but you can use also a different deep layer framework. The code implements a basic Neural Network …

  8. Image Classification using CNN - GeeksforGeeks

    Aug 5, 2025 · How CNNs Work for Image Classification? The process of image classification with a CNN involves several stages: Preprocessing the Image: Images need to be preprocessed before feeding …

  9. VGG-16 | CNN model - GeeksforGeeks

    Jul 3, 2025 · The VGG-16 model is a convolutional neural network (CNN) architecture that was proposed by the Visual Geometry Group (VGG) at the University of Oxford. It is characterized by its …

  10. GitHub - OpenGenus/CNN-pytorch: CNN model training and …

    CNN model training and inference in PyTorch. Contribute to OpenGenus/CNN-pytorch development by creating an account on GitHub.