About 1,200,000 results
Open links in new tab
  1. Your First Deep Learning Project in Python with Keras Step-by-Step

    Jun 17, 2022 · In this tutorial, you will discover how to create your first deep learning neural network model in Python using Keras. Kick-start your project with my new book Deep Learning …

  2. Convolutional Neural Networks (CNN) with TensorFlow Tutorial

    Apr 14, 2023 · Learn how to construct and implement Convolutional Neural Networks (CNNs) in Python with the TensorFlow framework. Follow our step-by-step tutorial with code examples …

  3. Convolutional Neural Networks in Python | DataCamp

    Dec 5, 2017 · This Keras tutorial introduces you to deep learning in Python: learn to preprocess your data, model, evaluate and optimize neural networks.

  4. Build A Convolutional Neural Network (CNN) From Scratch Using Python

    Apr 6, 2025 · In this article, we are going to build a Convolutional Neural Network from scratch with the NumPy library in Python.

  5. Convolutional Neural Network (CNN) | TensorFlow Core

    Aug 16, 2024 · Stay organized with collections Save and categorize content based on your preferences. This tutorial demonstrates training a simple Convolutional Neural Network (CNN) …

  6. Learn Deep Learning: Building a Convolutional Neural Network

    Dec 12, 2024 · To follow along with this tutorial, you will need: You can install the required packages using pip: Convolutional Neural Networks (CNNs): A type of neural network …

  7. Implementing a CNN in TensorFlow & Keras - LearnOpenCV

    Jan 18, 2023 · In this post, we’ll learn how to implement a Convolutional Neural Network (CNN) from scratch using Keras. Here, we show a CNN architecture similar to the structure of VGG …

  8. Keras for Beginners: Implementing a Convolutional Neural Network

    Aug 8, 2019 · Keras is a simple-to-use but powerful deep learning library for Python. In this post, we’ll build a simple Convolutional Neural Network (CNN) and train it to solve a real problem …

  9. Convolutional Neural Network with Implementation in Python

    May 1, 2025 · A Convolutional Neural Network (CNN) is a type of deep neural network used for image recognition and classification tasks in machine learning. Python libraries like …

  10. Building a Convolutional Neural Network using PyTorch

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

Refresh