#PyTensor
Final session of our #PyTensor Workshop is live!

Discover custom rewrites, speed up diagonal matrix inversions 80x, and see a mini-PyMC in action - one graph powering the full Bayesian workflow.

Watch here: dub.link/WRFuYtp

#PyMC #Python #ML #DataScience
PyTensor Workshop #3 | Custom Rewrites & Building a Mini-PyMC
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
dub.link
October 1, 2025 at 1:08 PM
A nice primer on normalizing flows by PyMC/PyTensor devs Ricardo and Jesse. pytensor.readthedocs.io/en/latest/ga...
Normalizing Flows in PyTensor — PyTensor dev documentation
pytensor.readthedocs.io
September 15, 2025 at 8:39 PM
Claude never seriously worked with numpy (e.g np.vectorize), nor did he approach high-performance computing with stuff like jax or pytensor.
June 26, 2025 at 7:55 PM
Join Rob Zinkov at #PyDataAmsterdam 10th Anniversary on Sep 26, 1:20 PM for a beginner-friendly #PyMC sprint.

Learn, contribute, and connect with the community!

#PyTensor
September 24, 2025 at 12:39 PM
Session 2 of our #PyTensor workshop dives into 𝐆𝐫𝐚𝐩𝐡 𝐓𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦𝐚𝐭𝐢𝐨𝐧𝐬!

Learn eager vs. lazy transformations, autodiff under the hood, and Normalizing Flows.

Watch the full session here: dub.link/Ihd3Zc6

#PyMC #ML
PyTensor Workshop#2 | Advanced Graph Transformations & Normalizing Flows
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
dub.link
September 17, 2025 at 1:10 PM
Do you somewhere have a write-up of how that works on an example? I can't think of a reason we couldn't do the same thing in pymc with pytensor? After all, we also have the model graph in a data structure and can analyze and modify it.
June 3, 2025 at 7:53 PM
#400557 readline: Fix MinGW Build
#400552 maintainers/team-list: add michaelBelsanti to cosmic team
#400551 python313Packages.{numba,pytensor}: make src reproducible
#400547 treewide: move to by-name
#400540 python312Packages.prometheus-api-client: 0.5.7 -> 0.6.0
#400539 gitu: 0.29.0 -> 0.30.3
April 22, 2025 at 12:05 AM
Behind every #PyMC model is #PyTensor — a computational graph library for speed, flexibility & autodiff.

Session 1 of our PyTensor Workshop is live 🎥
👉 dub.link/pytensor-gra...

#PyMC #Python #MachineLearning
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
dub.link
September 10, 2025 at 1:21 PM
This week at @odsc.bsky.social AI West 2025, we're hosting a hands-on #PyTensor tutorial!

Learn how the computational graph library powering #PyMC makes probabilistic models scalable & efficient, supports complex inference, and drives real-world AI decisions.

See you there!

#ODSC2025
October 28, 2025 at 1:00 PM
pytensor (and with it pymc) will use many of those helpers automatically using rewrites if appropriate, even if you write naive code. It doesn't always catch everything, so it is still good to know about them, but it can help beginners a lot.
May 27, 2025 at 10:52 AM