{ "cells": [ { "cell_type": "markdown", "id": "578f9d15-3df9-461f-befc-ab77c381a96d", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "(Intro_PyTensor)=\n", "\n", "# What is PyTensor?\n", ":::{post} August 16, 2025 \n", ":tags: introduction, worked examples, tutorial\n", ":category: beginner, explanation \n", ":author: Jesse Grabowski, Ricardo Vieira\n", ":::\n", "\n", "A library to define, manipulate, and compile computational graphs.\n", "\n", "\n", "## Let's break it apart\n", "A library to (1.) define, (2.) manipulate, and (3.) compile (0.) computational graphs." ] }, { "cell_type": "markdown", "id": "96f0aba6", "metadata": {}, "source": [ "## Accompanying Video\n", "\n", "The following video is a recording of a talk presenting the content of this notebook.\n", "\n", "