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…
Posted inBasics Logic Representation Posted by admin July 15, 2021 Facts are the general statements that may be either True or False. Thus, logic can…
Posted inBasics What is Knowledge Representation? Posted by admin July 15, 2021 · Artificial intelligence is a system that is concerned with the study of understanding, designing and implementing…