Artificial Intelligence
Topics include Intelligent Agents, Problem Solving, Knowledge Representation, Software Agents, and Applications of AI.
Modules
Complete Notes for Better Understanding
A (A-star)* is the most popular and powerful informed search algorithm used in Artificial Intelligence for finding the shortest path from a start node to a goal node in a weighted graph (where edges have different costs).
This version is perfect for beginners to advanced users and includes heuristic options (Manhattan, Euclidean, Octile).
Complete Notes with Clear Explanations + Working Python Code Examples
Complete In-Depth Notes with Real-Life Examples + Working Code
Complete Notes for Deep Understanding (with Real-Life Examples & Key Concepts)
Complete Notes with Clear Explanations, Real-Life Examples & Key Concepts (2025 Perspective)