AISpace2: An Interactively Visualizable Tool for Learning and Teaching Artificial Intelligence

Chenliang Zhou, Dominic Kuang, Jingru Liu, Tony Yang, Zijia Zhang, Alan Mackworth, David Poole
AAAI 2020

AISpace2: An Interactively Visualizable Tool for Learning and Teaching Artificial Intelligence

AIspace is a set of tools used to learn and teach fundamental AI algorithms. The original version of AIspace was written in Java, and there was not a clean separation of the algorithms and visualization; it was too complicated for students to modify the underlying algorithms. Its next generation, AIspace2, is built on AIPython, an open source Python code that is designed to be as close as possible to pseudocode. AISpace2, visualized in JupyterLab, keeps the simple Python code, and uses the hooks in AIPython to allow visualization of the algorithms. This allows students to see and modify the high-level algorithms in Python, and to visualize the output in a graphical form, hence better helps them to build confidence and comfort in AI concepts and algorithms. So far we have tools for search, constraint satisfaction problems (CSP), planning and Bayesian network. In this paper we outline the tools and give some evaluations based on user feedback.

Page Paper Code