Machine Learning
  • Machine Learning & Artificial Intelligence
  • What are ML & AI?
  • Machine Learning: Common Algorithms
    • Types of ML Problems
    • K-Nearest Neighbors
    • Naive Bayes
    • Logistic Regression
  • Natural Language Processing (NLP)
  • Reinforcement Learning
  • Deep Learning
  • Computer Vision
  • How To Have a Successful ML Term Project
Powered by GitBook
On this page
  • How can Machine Learning help?
  • What are some more applications of CV?

Was this helpful?

Computer Vision

Computer Vision is one cool application of machine learning techniques. CV is all about making computer programs recognize images and videos, and doing things that humans can do normally, such as tracking objects or detecting faces.

How can Machine Learning help?

Machine learning is useful for many different computer vision tasks, as we can train a classifier to do whatever task we need to do. For example, image classification is a very important computer vision task. To solve this problem of tagging images to objects, we can use a deep learning technique (mentioned in a previous page). ImageNet is an example of a gigantic dataset (14 million images) that can be used for this task. Because of its sheer size, ImageNet is typically used in Computer Vision problems.

What are some more applications of CV?

Other applications include facial recognition, edge detection and more! For more information, check out the CV talk.

PreviousDeep LearningNextHow To Have a Successful ML Term Project

Last updated 6 years ago

Was this helpful?