Notes on using Google Colaboratory in AI education

Mark J. Nelson, Amy K. Hoover (2020). Notes on using Google Colaboratory in AI education. In Proceedings of the Conference on Innovation and Technology in Computer Science Education. DOI: 10.1145/3341525.3393997

Abstract

We discuss our experiences using Google Colaboratory (Colab), a hosted version of Jupyter Notebooks, in undergraduate artificial intelligence (AI) courses at two universities. Colab was designed for AI and data science researchers to share reproducible experiments and explanations of techniques, but we have also found it well suited to classroom use. The primary benefit is that it provides students computational resources sufficient to run modern AI techniques interactively, and avoids students needing to separately configure software packages and dependencies, since they can run notebooks shared by the instructor. We briefly outline two of our notebooks, for teaching deep learning with Tensorflow, and reinforcement learning with OpenAI Gym.


Back to publications.