• 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
Machine Learning
Tutorials

Are CNNs invariant to translation, rotation, and scaling?

May 14, 2021

A common question I get asked is: Are Convolutional Neural Networks invariant to changes in translation, rotation, and scaling? Is that why they are such powerful image classifiers? To answer this question, we first need to discriminate between the individual…

Read More of Are CNNs invariant to translation, rotation, and scaling?

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

Understanding weight initialization for neural networks

May 6, 2021

In this tutorial, we will discuss the concept of weight initialization, or more simply, how we initialize our weight matrices and bias vectors. This tutorial is not meant to be a comprehensive initialization technique; however, it does highlight popular methods,…

Read More of Understanding weight initialization for neural networks

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

Face Applications
OpenCV Tutorials
Tutorials

Face detection tips, suggestions, and best practices

April 26, 2021

In this tutorial, you will learn my tips, suggestions, and best practices to achieve high face detection accuracy with OpenCV and dlib. We’ve covered face detection four times on the PyImageSearch blog: Face detection with OpenCV and Haar cascades Face…

Read More of Face detection tips, suggestions, and best practices

  • Previous Page
  • Page 1
  • ...
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • ...
  • 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.