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…
Posted inBasics Heuristics Search & Game Playing in AI Posted by admin July 15, 2021 What is Heuristic? · The word heuristic is derived from the Greek word heuriskein, which means to find or…
Posted inBasics What is TensorBoard Posted by admin July 15, 2021 Tensorboard is the interface used to visualize the graph and other tools to understand, debug,…
Posted inBasics Creating operator Posted by admin July 15, 2021 Some Useful TensorFlow operators You know how to create a tensor with TensorFlow. It is…
Posted inBasics Shape of tensor Posted by admin July 15, 2021 When you print the tensor, TensorFlow guesses the shape. However, you can get the shape…