Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Computer Vision with Python
Rating: 4.0 out of 5(19 ratings)
2,133 students

Computer Vision with Python

Mastering Computer Vision with the Python programming Language
Created byLucas Mayrhofer
Last updated 10/2025
English

What you'll learn

  • Computer Vision
  • Neural Networks
  • Object detection
  • Build and Train your own Computer Vision Model

Course content

6 sections21 lectures1h 3m total length
  • Introduction0:44
  • What is a Neural network?1:43
  • The Neuron2:07
  • Activation Functions3:30
  • Gradient Descent and Back Propagation9:02

Requirements

  • Basic Python
  • Basic Linux Commands

Description

In this class you will learn how to build Computer Vision algorithms for Image classification and Object detection using the Python Programming Language. We will first go through Neural Networks Basics: what are Neural networks , what is the theory behind neural networks , then we will talk about binary classifiers like an SVM for classifying the MNIST datasets, Students will learn how to classify the hand written digits of the MNIST dataset into multiple classes. We will discuss the different types of edge detectors to detect edges in images. After this we will discuss convolutionnal neural networks: how are they built, what are the most common and efficient CNN architectures and how do you implement them in Python. The topic of Object detection and Exhaustive search will also be dealt with. The last part of the class will be an example application of building and training a custom built Convolutionnal neural Network on the cloud to classify images from an open source dataset. All the steps from getting data, reading the data , building the network and training the network on the cloud will be carefully explained so that the student has a working example to be able to reuse for its own purpose.

Who this course is for:

  • Computer Science Students
  • Computer Vision scientists