ECE537 J, Artificial Intelligence, Spring 2025
Mon, Wed from 5:05 to 6:20 p.m. in MCA 202 A

The Book

Examinations

Assignments

1 due: Wednesday 22nd January A reading assignment.
2 due: to be decided A fairly simple program in Python.
Read the Important Rules link above before submitting.

Submit assignments (code + sample run(s)) through blackboard (under Assignments).
Submissions must be clearly readable word documents.

Extra material

PC log in - use Putty or your own preferred SSH app.
OR mac users: start the terminal app, windows users: start powershell, then type the command
ssh username@rabbit.eng.miami.edu and type your password when prompted.
Windows users beware: you can't use ctrl-V in pico, but page up and page down will do the job.

Class History

Class 1 - Mon 13-1-2025    Quick introductions,
There is a special reading assignment to get us started.
Some introductory thoughts.
A little problem.
Class 2 - Wed 15-1-2025 Exploring Python.
Day Off 15th
Class 3 - Wed 22-1-2025 The farmer, fox, etc, etc puzzle, a very basic but real AI solution is used.
Also the Python dict (dictionary) data type is introduced, and how to make a mutable object hashable.
Class 4 - Mon 27-1-2025 Generalising searches.
Valuation and cost functions, maybe no goal state, just something good enough.
Open set and closed set.
Backtracking: given for free by recursion if used correctly.
Sensible implementation of a queue for breadth-first search.
A bit about iterative deepening.
Class 5 - Wed 29-1-2025 Getting value from Python exceptions.
Building as binary tree, first as an example, then as a demonstration of iterative deepening:
Iterative deepening vastly reduces memory requirement for BFS.
Class 6 - Mon 3-2-2025
Class 7 - Wed 5-2-2025
Class 8 - Mon 10-2-2025
Class 9 - Wed 12-2-2025
Class 10 - Mon 17-2-2025
Class 11 - Wed 19-2-2025
Class 12 - Mon 24-2-2025
Class 13 - Wed 26-2-2025
Break 3rd to 7th
Class 14 - Mon 10-3-2025
Class 15 - Wed 12-3-2025
Class 16 - Mon 17-3-2025
Class 17 - Wed 19-3-2025
Class 18 - Mon 24-3-2025
Class 19 - Wed 26-3-2025
Class 20 - Mon 31-3-2025
Class 21 - Wed 2-4-2025
Class 22 - Mon 7-4-2025
Class 23 - Wed 9-4-2025
Class 24 - Mon 14-4-2025
Class 25 - Wed 16-4-2025
Class 26 - Mon 21-4-2025
Class 27 - Wed 23-4-2025
Class 28 - Mon 28-4-2025