Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 2.01 KB

File metadata and controls

22 lines (20 loc) · 2.01 KB

Course Information

An in-depth introduction to the field of machine learning, from linear models to deep learning and reinforcement learning, through hands-on Python projects.

Run a Jupyter notebook in Google Colaboratory

The following ways can be used to load a GitHub-hosted notebook into Google Colaboratory.

  • Use this GitHub repository's url (subsequent GitHub sign-in is required) to open the notebook directly from GitHub.
  • Click on the Open In Colab badge on the top of the GitHub notebook displayed on the website (subsequent GitHub sign-in is required).
  • Save the notebook to Google Drive, then open it from Google Drive.
  • Download the notebook to your computer/device, then upload it to Google Colab.

To learn more about loading and saving GitHub-hosted notebooks with Google Colab, please visit Using Google Colab with GitHub.