• 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

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
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

Implementing feedforward neural networks with Keras and TensorFlow

May 6, 2021

Now that we have implemented neural networks in pure Python, let’s move on to the preferred implementation method — using a dedicated (highly optimized) neural network library such as Keras. Today, I will discuss how to implement feedforward, multi-layer networks…

Read More of Implementing feedforward neural networks with Keras and TensorFlow

Deep Learning
Tutorials

Introduction to Neural Networks

May 6, 2021

We’ll study the fundamentals of neural networks in depth. We’ll start with a discussion of artificial neural networks and how they are inspired by the real-life biological neural networks in our own bodies. From there, we’ll review the classic Perceptron…

Read More of Introduction to Neural Networks

Deep Learning
Tutorials

Implementing the Perceptron Neural Network with Python

May 6, 2021

First introduced by Rosenblatt in 1958, The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain is arguably the oldest and most simple of the ANN algorithms. Following this publication, Perceptron-based techniques were all the rage in…

Read More of Implementing the Perceptron Neural Network with Python

Deep Learning
Tutorials

Backpropagation from scratch with Python

May 6, 2021

Backpropagation is arguably the most important algorithm in neural network history — without (efficient) backpropagation, it would be impossible to train deep learning networks to the depths that we see today. Backpropagation can be considered the cornerstone of modern neural…

Read More of Backpropagation from scratch with Python

Deep Learning
Tutorials

The four key ingredients when training any neural network

May 6, 2021

You might have started to notice a pattern in our Python code examples when training neural networks. There are four main ingredients you need to put together in your own neural network and deep learning algorithm: a dataset, a model/architecture,…

Read More of The four key ingredients when training any neural network

Deep Learning
Tutorials

Gradient Descent Algorithms and Variations

May 5, 2021

In this tutorial, you will learn: What gradient descent is How gradient descent enables us to train neural networks Variations of gradient descent, including Stochastic Gradient Descent (SGD) How SGD can be improved using momentum and Nesterov acceleration To learn…

Read More of Gradient Descent Algorithms and Variations

  • Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • ...
  • Page 9
  • 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

© 2026 PyImageSearch. All Rights Reserved.