Adversarial Search and MiniMax Procedure Artificial Intelligence
Adversarial Search:
Up until now all the searches that we have studied there were only one person or agent searching the solution space to find...
Best-First Algorithm Artificial Intelligence
We will be covering:
Best-first Search
Greedy Best First Search Algorithm
A*
The best first search considers all the open nodes so far and selects...
Branch and Bound Algorithm- Artificial Intelligence
So far we have looked at uninformed and informed searches. Both have their advantages and disadvantages. But one thing that lacks in both is...
Heuristically Informed Searches AI
Heuristically Informed Searches:
So far we have looked into procedures that search the search space in an uninformed manner. Such procedures are usually costly with...
Structure and Strategies for State Space Search AI Part 2
The algorithm we studied in the previous lecture was a backtracking algorithm to search for a goal in a given graph. There are some...
Structure and Strategies for State Space Search AI
Historically many people link intelligence with the capability to solve a problem. Problem-solving is one of the factors that demonstrate intelligence. The classical approach...
What are Agent and Environment in AI?
AI system is composed of an agent and its environment.
What are Agent and Environment?
An agent is anything that can perceive its environment through sensors and acts upon that...
What is Artificial Intelligence?
Artificial Intelligence:
Intelligence is an intangible part of our brain which is a combination of Reasoning, learning, problem-solving perception, language understanding, etc.
To achieve the above factors...
Best Open Source Password Manager Bitwarden
What is a Password Manager?
A password manager is a special program that stores all the credentials of the websites/services you use, encrypts them or...
Threat Hunting Detecting Web Shells on Servers
Hello, friends its been some time since I have published any new article today we will be talking about "Threat Hunting Detecting Web Shells...