cd/entity/PyTorch· home entities PyTorch
grep -l @pytorch /news/*.json | wc -l → 154

PyTorch

mentions 154 type Organization page 5/8 feed RSS

// recent coverage 154 mentions

09:54
2026-06-13
dev.to
artificial-intelligence

Build Your Own Shakespearean LLM

A developer built a character-level language model from scratch using Shakespeare's complete works, training a nanoGPT model on a consumer-grade MacBook Pro in about 15 minutes. The project demonstrat…

13:47
2026-06-12
pytorch.org
artificial-intelligence

PyTorch Meetup Singapore: A milestone in APAC

Eighty engineers, researchers, and community builders gathered for the inaugural PyTorch Meetup Singapore, hosted at the Red Hat Asia Pacific office. The event featured technical talks on inference, d…

12:00
2026-06-12
kdnuggets.com
machine-learning

3 NumPy Tricks for Numerical Performance

NumPy's vectorization and broadcasting techniques can accelerate numerical operations by up to 56x compared to explicit Python loops, as demonstrated by a column standardization task on a 50,000-row, …

00:00
2026-06-11
huggingface.co
machine-learning

Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

PyTorch's `nn.Linear` module transposes its weight tensor before performing matrix multiplication and addition, as revealed by profiler traces showing an `aten::t` operation that only modifies tensor …

00:00
2026-06-10
pyrefly.org
machine-learning

Talk: Tensor Shapes in the Type System

Pyrefly, a Python type checker, has introduced an experimental feature that brings tensor shapes into Python's type system, allowing shape annotations to become inferred type hints instead of comments…

15:41
2026-06-09
modular.com
ai-infrastructure

What about OpenCL and CUDA C++ alternatives?

Chris Lattner, a lead engineer on Apple's original OpenCL implementation, explains why OpenCL and other C++-based GPU programming models failed to become dominant in AI, citing slow committee-driven d…

23:58
2026-06-08
simonwillison.net
artificial-intelligence

Siri AI at WWDC 2026

Apple at WWDC 2026 announced a new generation of Siri AI features, including a custom Gemini-derived model running on its Private Cloud Compute infrastructure and vision LLMs to extract information fr…

12:00
2026-06-08
kdnuggets.com
artificial-intelligence

5 Must-Know Python Concepts for AI Engineers

AI engineers must master five critical Python concepts to build scalable, secure, and robust production systems, including PyTorch's autograd for automatic gradient computation and the `__call__` meth…

19:30
2026-06-05
gilesthomas.com
machine-learning

JAX backends and devices

JAX defaults to loading data directly onto GPU memory when a CUDA-enabled version is installed, causing out-of-memory errors for large datasets that would fit in system RAM. The framework's `jax.devic…

23:30
2026-06-04
gilesthomas.com
machine-learning

Using Safetensors with Flax

A developer porting PyTorch LLM code to JAX using Flax encountered difficulties when attempting to store model checkpoints with Safetensors, as the library's Flax API expects flat dictionaries but Fla…

20:39
2026-06-03
lesswrong.com
ai-safety

Aligning Superintelligent Humans

A new approach to AI alignment proposes keeping artificial superintelligence at a manageable capacity by boosting human intelligence and introspection through brain-computer interfaces, rather than tr…

← prev page 5 / 8 next →
// co-occurs with top 8 entities