Image Segmentation with Python and Unsupervised Learning

Go to class
Write Review

Image Segmentation with Python and Unsupervised Learning provided by Coursera is a comprehensive online course, which lasts for 1 hour of material. Image Segmentation with Python and Unsupervised Learning is taught by Daniel Romaniuk. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this one hour long project-based course, you will tackle a real-world problem in computer vision called segmentation. Segmentation means taking an image and partitioning it into different regions that capture the different elements of interest in the scene.

    We will tackle this problem using an unsupervised learning technique called K-means.

    By the end of this project, you will have segmented an image with unsupervised learning, using code you will write in Python.