This video was part of the Computing for AI course. Note that some of the content and screenshots reference the repository for that course. The repository for the Deep Learning course is https://github.com/PracticumAI/deep_learning.
While not technically Jupyter Notebooks, Google Colaboratory is a nearly identical environment that provides free access to some compute resources, including GPUs for AI analyses. The free tier is limited in how long analyses can run and how many simultaneous notebooks you can have running at a time. Still, it should be sufficient for the exercises in the Practicum AI courses and some basic AI research. You may want to upgrade to a paid plan for larger projects, but that is not needed for the Practicum AI courses.
Note: University of Florida-associated Google accounts may not work with Google Colab; you may need to use a personal Google account.
-
Once you have a Google account, login at:https://colab.research.google.com/.
-
If you are new to Notebooks, the Welcome to Colaboratory notebook is a great tutorial to get you started.
- Now, we are ready to open the notebook from the GitHub repository you created from the template for this course.
- From the File Menu, select Open Notebook.
- Click on the GitHub tab and then type your GitHub username followed by the name of the repository: e.g. username/deep-learning
- Then, double-click on the 01_deep_learning_tour.ipynb notebook to open it.
- Read through the notebook and follow complete the exercises.