Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.98 KB

README.md

File metadata and controls

23 lines (17 loc) · 2.98 KB

Please choose whether you would like to figure out the exercises for yourself or follow along with me.

When you open any of these notebooks on Colab, make sure that you choose a GPU instance by changing the runtime with the button on the top right.

For working on your own click here to access Binary Classification Exercise: Open In Colab

For following along with me, access Binary Classification ReadAlong: Open In Colab

For a more introductory Python Tutorial, access Python Introduction: Open In Colab

If you're finished with the exercises and want to take a break, you can check out some fun demos of larger machine learning models:

  • Segment Anything 2, a segmentation and object tracking model for images and video. First check out the web demo, and then check out the notebook to find out how to run the model yourself with code and track more than 3 objects in a video, unlike the limited web demo. Open In Colab
  • Super-resolution with latent diffusion. This model takes a low resolution image and upscales it to get a sharp high resolution image. Open In Colab
  • Shap-E, a 3D generative text to 3D model. Open In Colab
  • Kandinsky diffusion, an open source text to image generation model. Open In Colab
  • Stable diffusion, an open source text to image generation model. Open In Colab