• Skip to primary navigation
  • Skip to main content
  • Skip to footer

PyImageSearch

You can master Computer Vision, Deep Learning, and OpenCV - PyImageSearch

  • University Login
  • Get Started
  • Topics
    • Deep Learning
    • Dlib Library
    • Embedded/IoT and Computer Vision
    • Face Applications
    • Image Processing
    • Interviews
    • Keras and TensorFlow
    • Machine Learning and Computer Vision
    • Medical Computer Vision
    • Optical Character Recognition (OCR)
    • Object Detection
    • Object Tracking
    • OpenCV Tutorials
    • Raspberry Pi
  • Books and Courses
  • AI & Computer Vision Programming
  • Reviews
  • Blog
  • Consulting
  • About
  • FAQ
  • Contact
  • University Login
Deep Learning
Keras and TensorFlow
Tutorials

A gentle introduction to tf.data with TensorFlow

June 14, 2021

In this tutorial, you will learn the basics of TensorFlow’s tf.data module used to build faster, more efficient deep learning data pipelines. A good dataset is necessary when working with tf.data in TensorFlow. It allows us to understand how to…

Read More of A gentle introduction to tf.data with TensorFlow

Deep Learning
Keras and TensorFlow
Tutorials

A gentle guide to training your first CNN with Keras and TensorFlow

May 22, 2021

In this tutorial, you will implement a CNN using Python and Keras. We’ll start with a quick review of Keras configurations you should keep in mind when constructing and training your own CNNs. We’ll then implement ShallowNet, which as the…

Read More of A gentle guide to training your first CNN with Keras and TensorFlow

Deep Learning
Keras and TensorFlow
Tutorials

Save your Keras and TensorFlow model to disk

May 22, 2021

In our previous tutorial, you learned how to train your first Convolutional Neural Network using the Keras library. However, you might have noticed that each time you wanted to evaluate your network or test it on a set of images,…

Read More of Save your Keras and TensorFlow model to disk

Deep Learning
Keras and TensorFlow
Tutorials

Load a trained Keras/TensorFlow model from disk

May 22, 2021

Now that we’ve trained our model and serialized it, we need to load it from disk. As a practical application of model serialization, I’ll be demonstrating how to classify individual images from the Animals dataset and then display the classified…

Read More of Load a trained Keras/TensorFlow model from disk

Deep Learning
Keras and TensorFlow
Tutorials

LeNet: Recognizing Handwritten Digits

May 22, 2021

The LeNet architecture is a seminal work in the deep learning community, first introduced by LeCun et al. in their 1998 paper, Gradient-Based Learning Applied to Document Recognition. As the name of the paper suggests, the authors’ motivation behind implementing…

Read More of LeNet: Recognizing Handwritten Digits

Deep Learning
Keras and TensorFlow
Tutorials

MiniVGGNet: Going Deeper with CNNs

May 22, 2021

In our previous tutorial, we discussed LeNet, a seminal Convolutional Neural Network in the deep learning and computer vision literature. VGGNet, (sometimes referred to as simply VGG), was first introduced by Simonyan and Zisserman in their 2014 paper, Very Deep…

Read More of MiniVGGNet: Going Deeper with CNNs

Deep Learning
Keras and TensorFlow
Tutorials

Visualizing network architectures using Keras and TensorFlow

May 22, 2021

One concept we have not discussed yet is architecture visualization, the process of constructing a graph of nodes and associated connections in a network and saving the graph to disk as an image (i.e., PNG, JPG, etc.). Nodes in the…

Read More of Visualizing network architectures using Keras and TensorFlow

Deep Learning
Deep‌ ‌Learning‌
DL4CV
Machine Learning
Tutorials

Convolution and cross-correlation in neural networks

May 14, 2021

Our entire review of machine learning and neural networks thus far has been leading up to this point: understanding Convolutional Neural Networks (CNNs) and the role they play in deep learning. In traditional feedforward neural networks, each neuron in the…

Read More of Convolution and cross-correlation in neural networks

Deep Learning
Machine Learning
Tutorials

Convolutional Neural Networks (CNNs) and Layer Types

May 14, 2021

CNN Building Blocks Neural networks accept an input image/feature vector (one input node for each entry) and transform it through a series of hidden layers, commonly using nonlinear activation functions. Each hidden layer is also made up of a set…

Read More of Convolutional Neural Networks (CNNs) and Layer Types

  • Previous Page
  • Page 1
  • ...
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • ...
  • Page 31
  • Next Page

You can learn Computer Vision, Deep Learning, and OpenCV.

Get your FREE 17 page Computer Vision, OpenCV, and Deep Learning Resource Guide PDF. Inside you’ll find our hand-picked tutorials, books, courses, and libraries to help you master CV and DL.


Footer

Topics

  • Deep Learning
  • Dlib Library
  • Embedded/IoT and Computer Vision
  • Face Applications
  • Image Processing
  • Interviews
  • Keras & Tensorflow
  • OpenCV Install Guides
  • Machine Learning and Computer Vision
  • Medical Computer Vision
  • Optical Character Recognition (OCR)
  • Object Detection
  • Object Tracking
  • OpenCV Tutorials
  • Raspberry Pi

Books & Courses

  • PyImageSearch University
  • FREE CV, DL, and OpenCV Crash Course
  • Practical Python and OpenCV
  • Deep Learning for Computer Vision with Python
  • PyImageSearch Gurus Course
  • Raspberry Pi for Computer Vision

PyImageSearch

  • Affiliates
  • Get Started
  • About
  • Consulting
  • Coaching
  • FAQ
  • YouTube
  • Blog
  • Contact
  • Privacy Policy

© 2025 PyImageSearch. All Rights Reserved.