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

PyTorch

mentions 154 type Organization page 2/8 feed RSS

// recent coverage 154 mentions

17:46
2026-06-26
dev.to
machine-learning

Cat Dog Classification CNN Project

A developer deployed a Cat vs Dog image classification web application on Vercel. The app uses a custom PyTorch CNN for predictions and displays confidence scores, evaluation metrics, and a confusion …

17:31
2026-06-25
pub.towardsai.net
artificial-intelligence

200x Faster RedTensor Engine: Red Alice Benchmarking #1

Red Alice AI released the first official benchmark of its Version 2 architecture, reporting a 200x performance gain in the RedTensor engine. The upgrade introduces a PyTorch-backed TorchTensor backend…

12:31
2026-06-25
pub.towardsai.net
large-language-models

Building an LLM from Scratch with Pytorch

A tutorial walks through building a small but complete language model from scratch using PyTorch, using character-level tokenization and explaining each component's purpose. The guide targets develope…

07:35
2026-06-25
pub.towardsai.net
machine-learning

Deep Learning Inference: PyTorch, ONNX, and TensorRT Explained

A developer built a custom Inference Optimization Engine on an NVIDIA RTX 4050 GPU to analyze how PyTorch, ONNX, and TensorRT interact with hardware, revealing that model deployment and optimization c…

23:28
2026-06-24
dev.to
machine-learning

Stop building custom wrappers for your ML models.

A developer argues that building custom API wrappers for ML models is a waste of time, advocating instead for using the Model Context Protocol (MCP) to connect AI agents directly to deployed models. T…

13:00
2026-06-24
hiraditya.github.io
machine-learning

Three Ways to Take a Gradient: Tape, Trace, and Source Transform

PyTorch, JAX, and compiler-level tools like Enzyme use three different representations for automatic differentiation—runtime tape, functional trace-and-transform, and source (IR) transformation—each w…

09:31
2026-06-24
github.com
computer-vision

Multi-temporal Sentinel-2 super-resolution by optimization

A new PyTorch-based optimization method reconstructs high-resolution Sentinel-2 reflectance scenes from approximately 30 low-resolution observations by exploiting sub-pixel jitter between repeat passe…

05:36
2026-06-24
dev.to
machine-learning

Channels-last memory format cut our conv backbone latency 22%

Photoroom reduced inference latency of its convolutional segmentation backbone by 22% on A100 GPUs by switching to PyTorch's channels-last memory format. The change required only four lines of code an…

23:44
2026-06-22
idlemachines.co.uk
machine-learning

The annotated PyTorch training loop

A detailed breakdown of the PyTorch training loop reveals common placement errors that silently break training, such as moving the model to a device after optimizer creation or calling gradient clippi…

04:00
2026-06-22
kim-ai-gpu.github.io
artificial-intelligence

About me

Independent AI researcher YoungSeong Kim published 'Window is Everything' (2025), a unified theory of neural operations that decomposes any operation into Path, Shape, and Weight components. The paper…

19:04
2026-06-21
devclubhouse.com
ai-chips

TPU vs GPU: The Architecture and Software Trade-offs

Google's TPU uses a systolic array architecture optimized for tensor algebra, offering higher throughput and energy efficiency than GPUs for dense matrix operations, but requires XLA compilation and i…

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