Constraint Satisfaction Problems: CSP & Backtracking
AI Course · Week 8 Constraint Satisfaction When the goal is not a path but an assignment. Variables, domains, and […]
AI Course · Week 8 Constraint Satisfaction When the goal is not a path but an assignment. Variables, domains, and […]
AI Course · Week 7 · Swarm Ant Colony Optimization How a colony with no map finds the shortest path.
AI Course · Week 7 Swarm Intelligence No leader, no plan, yet the group solves the problem. How simple agents
AI Course · Week 6 Evolutionary Algorithms Borrowing the one idea that built every living thing, survival of the fittest,
AI Course · Week 1 What is Artificial Intelligence? The foundations of the whole course: intelligent agents, the environments they
Welcome to Particle Swarm Optimization – a fascinating nature-inspired algorithm that solves optimization problems by simulating the social behavior of
AI Course · Week 4 Adversarial Search Searching when someone is fighting back. How a computer plays games with the
AI Course · Week 5 Local Search Forget the path, just keep improving. When you only care about the final
AI Course · Week 3 Informed Search Give the search a sense of direction. Using a heuristic to head toward
AI Course · Week 2 Uninformed Search Exploring a problem blind, with no clue which way the goal is. BFS,
Join thousands of students mastering Computer Science without the academic jargon.
From syntax to systems. We break down the hardest ideas in computer science so you can actually build things.