Loading...
Development

Artificial Intelligence

Topics include Intelligent Agents, Problem Solving, Knowledge Representation, Software Agents, and Applications of AI.

Modules

UNIT I: Introduction to Artificial Intelligence

Complete Notes for Better Understanding

A* Search Algorithm – Complete Explanation

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).

Here's a complete, clean, and well-commented Python implementation of the A (A-Star) Search Algorithm*

This version is perfect for beginners to advanced users and includes heuristic options (Manhattan, Euclidean, Octile).

UNIT II — Problem Solving Methods in AI

Complete Notes with Clear Explanations + Working Python Code Examples

UNIT III — Knowledge Representation & Reasoning

Complete In-Depth Notes with Real-Life Examples + Working Code

UNIT IV — Software Agents

Complete Notes for Deep Understanding (with Real-Life Examples & Key Concepts)

UNIT V — Applications of AI

Complete Notes with Clear Explanations, Real-Life Examples & Key Concepts (2025 Perspective)