Jupyter Notebooks and Google Colab

CSI 4106 - Fall 2025

Sample Jupyter Notebooks

Three notebooks from Aurélien Géron introducing essential concepts for machine learning. In the coming weeks, you might want to go through these at your own pace.

  • numpy – a fundamental library centered around N-dimensional array objects.
  • pandas – powerfull data analysis tools, centered around the DataFrame.
  • visualization – demonstrates how to use the matplotlib to produce beautiful graphs.