🧠 The learning curve for any new cloud platform is steep; but I found so many nifty new features!
Ex: free deep learning image cloud.google.com/deep-learning-…
#LearnInPublic
You can run @TensorFlow, @scikit_learn, etc. for free directly in a browser using CPU/GPU/TPU; and there are a wealth of example notebooks available to play with.
Ex: this deep-dive on ethical ML
pair-code.github.io/facets/
colab.research.google.com/github/google/…
👩💻 Other warm-fuzzies: logging in is frictionless; packages are (mostly) pre-downloaded; and notebooks can be pulled from @GitHub + saved to @GoogleDrive.
from google.colab import drive
drive.mount('/content/drive')
📂 The directories are then explorable in the 'Files' tab!