Skip to content

Tag Archives: Artificial Intelligence

Pre-requisites: Hill Climbing,  Hill Climbing is a heuristic optimization process that iteratively advances towards a better solution at each step in order to find the… Read More
Iterative deepening A* (IDA*) is a graph traversal and path-finding method that can determine the shortest route in a weighted graph between a defined start… Read More
Best-first search is what the AO* algorithm does. The AO* method divides any given difficult problem into a smaller group of problems that are then… Read More
Must-watch AI (Artificial Intelligence) movies – Artificial Intelligence has transformed our lives in many ways. From supercomputers to oversized machinery, AI has made indescribable changes… Read More
In this article, we are going to see about XAI(Explainable Artificial Intelligence) Which make Machine Learning Models Transparent and Understandable The need for explainable AI… Read More
In modern times, Amazon is everywhere!!! And while Machine Learning has long been a part of Amazon, now it seems that ML is everywhere! From… Read More
The purposeful exchange of information caused by the creation and perception of signals drawn from a shared system of conventional signs is known as communication.… Read More
Prerequisite:  Resolution Algorithm in Artificial Intelligence AI | Proving Resolution in Proving Propositional Theorem AI | Proofs and Inferences in Proving Propositional Theorem To wrap… Read More
In this article, we are going to see about syntactically analysing in Artificial Intelligence. Parsing is the process of studying a string of words in… Read More
Prerequisite:  Proofs and Inferences in Proving Propositional Theorem Wumpus World in Artificial Intelligence Inference algorithms based on resolution work utilize the proof-by-contradiction. To establish that… Read More
Prerequisite: Understanding Reinforcement Learning in-depth In the previous articles, we learned about reinforcement learning, as well as the general paradigm and the issues with sparse… Read More
Introduction : Machine translation of languages refers to the use of artificial intelligence (AI) and machine learning algorithms to automatically translate text or speech from… Read More
It is true to say that the introduction of Artificial Intelligence, also known as AI models are a blessing to the IT industry. It has… Read More
Sentiment Analysis for Indic Language:   This article exhibits how to use the library VADER  for doing the sentiment analysis of the Indic Language’Hindi’.  … Read More
Prerequisite: Wumpus World in Artificial Intelligence The agent uses logical inference to identify which squares are safe but makes plans via A* search. We’ll show… Read More