Category: Artificial Intelligence

  • Where to Find Datasets

    Data is everywhere. Finding the dataset that you need ain’t so easy though. Which is why people often end up developing their own datasets. But before you do that, it’s worth looking to see if at least a toy dataset similar to the what you need is already available. Here’s where you can search for…

  • What is Object Detection?

    Object detection is simply identifying specific objects in an image. Object detection machine learning (ML) models take various approaches to do this but the output of object detection models is often a bounding box surrounding the desired object (e.g., a square drawn around Waldo in a “Where’s Waldo” image). Detecting common objects (i.e., cat, dog,…