-
Notifications
You must be signed in to change notification settings - Fork 41
Colab
bobbae edited this page May 3, 2021
·
7 revisions
Colaboratory , or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education.
More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing free access to computing resources including GPUs.
https://colab.research.google.com/
A live Colab jupyter lab notebook can be run at:
Getting started: Training and prediction with Keras in AI Platform
Please note that any ipynb file hosted on github can be hosted on colab.
Map to https://colab.research.google.com/github/[filename].ipynb and rendered live for interactive use and edits.