copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Welcome To Colab - Colab Colab notebooks allow you to combine executable code and rich text in a single document, along with images, HTML, LaTeX and more When you create your own Colab notebooks, they are stored in your Google Drive account
locomotion. ipynb - Colab Locomotion in The Playground! In this notebook, we'll walk through a few locomotion environments available in MuJoCo Playground A Colab runtime with GPU acceleration is required If you're using a CPU-only runtime, you can switch using the menu "Runtime > Change runtime type"
FirstStepswithManim. ipynb - Colab class CircleToSquare(Scene): def construct(self): [ ] This defines a Manim scene named CircleToSquare, and defines a custom construct method which acts as the blueprint for the video The content of the construct method describes what exactly is rendered in the video blue_circle = Circle(color=BLUE, fill_opacity=0 5)
Untitled28. ipynb - Colab def time_membership(container, queries): t0 = time time() for x in queries: ـ = (x in container) return time time() - t0 def main(): n = 100_000 q = 5_000 nums, queries = prepare_data(n=n, q=q) nums_set = set(nums) list_time = time_membership(nums, queries)
Transformer - Illustration and code. ipynb - Colab def make_model(src_vocab, tgt_vocab, num_enc_dec=6, dim_model=512, dim_feedfwd=2048, attn_heads=8, dropout=0 1): # prepare the embeddings for encoder and decoder stacks
PY0101EN-3-4-Classes. ipynb - Colab # Method def drawRectangle(self): plt gca() add_patch(plt Rectangle((0, 0), self width, self height ,fc=self color)) plt axis('scaled') plt show() Let’s create the object SkinnyBlueRectangle of type Rectangle Its width will be 2 and height will be 10, and the color will be blue:
advanced_outputs. ipynb - Colab Jupyter Comms Jupyter Comms can be used for bidirectional communication between the kernel and notebook The Javascript APIs are documented in Colab's outputframe type declarations