Colab notebooks
This section contains various pointers that may be helpful when working with Google Colab.
Google 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.
If you would like to share an interesting notebook that uses IDC/cloud for imaging research, please let us know and we would be happy to review and reference it here!
IDC maintained notebooks
IDC Colab example notebooks are maintained in this repository: https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks
Notebook demonstrating deployment and application of abdominal structures segmentation tool to IDC data, developed for the 2021 RSNA Deep Learning Lab course: https://tinyurl.com/RSNA21-IDC-TCIA
Community-contributed notebooks
Deep-learning Nodule Segmentation using LIDC dataset on Google Cloud Platform, contributed by Kuan (Kevin) Zhang, Mayo Clinic
3D Brain MRI Classification Using Imaging Data Commons, Google Cloud, and NIFTI files, contributed by Pouria Rouzokh, Mayo Clinic
Notebooks contributed by Fabian Seidl, ISB-CGC, demonstrating the utility of BigQuery in correlative analysis of radiomics and genomics data:
Relevant resources
Colab limitations: https://research.google.com/colaboratory/faq.html
Transferring data between Colab and Google Drive: https://gist.github.com/yt114/dc5d2fd4437f858bb73e38f0aba362c7
Potentially interesting sources of example notebooks:
Google Colab Tips for Power Users: https://amitness.com/2020/06/google-colaboratory-tips/
Mounting GCS bucket using
gcsfuse
: https://pub.towardsai.net/connect-colab-to-gcs-bucket-using-gcsfuse-29f4f844d074Almost-free Jupyter Notebooks on Google Cloud: https://www.tensorops.ai/post/almost-free-jupyter-notebooks-on-google-cloud
Last updated