Posted inAdvanced Object Detection Posted by admin July 15, 2021 An approach to building an object detection is to first build a classifier that can…
Posted inAdvanced Introduction to Object Detection Posted by admin July 15, 2021 Humans can easily detect and identify objects present in an image. The human visual system…
Posted inAdvanced Object detection for self-driving cars โ Part 5 Posted by admin July 15, 2021 Object Detection on Sample Test Image We will use the trained model to predict the…
Posted inAdvanced Object detection for self-driving cars โ Part 4 Posted by admin July 15, 2021 Tackling Multiple Detection Threshold Filtering The YOLO object detection algorithm will predict multiple overlapping bounding…
Posted inAdvanced Object detection for self-driving cars โ Part 3 Posted by admin July 15, 2021 Model Architecture The YOLO model has the following architecture (see Fig 3). The network has…
Posted inAdvanced Object detection for self-driving cars โ Part 2 Posted by admin July 15, 2021 Defining the Model Instead of building the model from scratch, we will be using a…
Posted inAdvanced Object detection for self-driving cars โ Part 1 Posted by admin July 15, 2021 Data Preprocessing Before, we get into building the various components of the object detection model,…
Posted inBasics Natural Language Processing Posted by admin July 15, 2021 ยท Natural Language Processing (NLP) is the branch of Artificial Intelligence and Computational Linguistics and helps in…
Posted inBasics Reasoning Under Uncertainty in AI Posted by admin July 15, 2021 ยท In a reasoning system, there are several types of uncertainty. ยท Reasoning under uncertainty research in…
Posted inBasics First Order Logic Posted by admin July 15, 2021 ยท The prepositional logic only deals with the facts, that may be true or false. ยท The…