WeSearch
Hub / Tags / Gradient
TAG · #GRADIENT

Gradient coverage.

Every story in the WeSearch catalog tagged with #gradient, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

22 stories tagged with #gradient, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Gradient"

RELATED TAGS
#deep-learning1#pytorch1#debugging1#nan-detection1#gradient-explosion1#calculus1#mathematics1#ai1#policy-gradient1#decision-making1#wolfgang-maass1#sabine-janzen1
TOWARDS DATA SCIENCE

Why Gradient Descent Became Stochastic

A step-by-step journey from calculus-based optimization to Stochastic Gradient Descent…

16 views ·
#machine learning#gradient descent#linear regression
QUARTZ

Gradient Investments' Lisa Schreiber: 'market will continue to grind higher'

13 views ·
9TO5GOOGLE

Google Pixel Buds app update brings new gradient icon

Besides new firmware for the latest earbuds, Google is also rolling out an update to the Pixel Buds app on Android.…

18 views ·
#google#apps#updates
9TO5GOOGLE

Gradient Google icon redesign rolls out on iPhone and web [U]

Following our report last month, Google is beginning to roll out its gradient icon redesign for Workspace apps.…

22 views ·
#google#workspace#design
ARXIV CS.AI

Completion vs Optimality: Policy Gradient in Long-Horizon Cumulative-Damage Problems

Long-horizon decision problems with cumulative damage couple locally attractive actions to globally adverse outcomes. We identify two orthogonal failure modes for policy-gradient m…

20 views ·
#artificial intelligence#policy gradient#decision making
R/SAAS

Easily create color palette with gradient for texturing

18 views ·
ARXIV CS.AI

Dreaming Smoothly and Sample Efficiently with Gradient Penalized Latent Dynamics

Model-based reinforcement learning improves sample efficiency by learning a world model. However, existing latent world models such as DreamerV3 do not explicitly enforce local smo…

11 views ·
#machine learning#reinforcement learning#artificial intelligence
DEV.TO (TOP)

🔬 Direction 1 closure on JAMES — when the hypothesis fails but the data turns "7-tier monotonic natural-stop gradient"

G Two weeks ago I shipped core/reasoning/budget.py to test whether per-call dynamic token budgets...…

13 views ·
#llm#gemma#research
HACKER NEWS (NEWEST)

Why the gradient is a list of partial derivatives

Building the gradient formula from scratch using a ski-slope picture, with minimal calculus assumed.…

11 views ·
#calculus#mathematics
R/RUST

Rust/Wasm node-based graphics editor Graphite - May 2026 update highlights (vector blending, gradient overhaul, draggable panels, 500+ more changes)

21 views ·
9TO5GOOGLE

Gradient Google icon redesign rolling out on Android, iOS, & web [U]

Following our report last month, Google is beginning to roll out its gradient icon redesign for Workspace apps.…

41 views ·
#google#workspace#design
HYPEBEAST

Nike's Mind 001 Flyknit "Bronze Eclipse" Turns the Gradient Up and the Nodes Orange

Marking one of the sharper colorways in the Mind 001's rapidly expanding Flyknit lineup.…

16 views ·
#nike#footwear#fashion
ARXIV CS.AI

DIVE: Embedding Compression via Self-Limiting Gradient Updates

High-dimensional embeddings from large language models impose significant storage and computational costs on vector search systems. Recent embedding compression methods, including …

13 views ·
#machine learning#artificial intelligence#information retrieval
9TO5GOOGLE

Google's new gradient icons for Gmail, Calendar, Drive, and other apps

9to5Google can now report on a complete gradient redesign for Gmail and other Google Workspace apps. So far...…

13 views ·
#google#design#technology
ARXIV CS.AI

An Efficient Multilevel Preconditioned Nonlinear Conjugate Gradient Method for Incremental Potential Contact

Incremental Potential Contact (IPC) guarantees intersection-free simulation but suffers from high computational costs due to the expensive Hessian assembly and linear solves requir…

11 views ·
#graphics#artificial intelligence#optimization
ARXIV CS.AI

Metric-Gradient Projection for Stable Multi-Agent Policy Learning

General-sum multi-agent learning is often governed by a stacked update field in which each agent's policy update changes the optimization landscape faced by the others. This coupli…

11 views ·
#machine learning#multi-agent systems#artificial intelligence
ARXIV CS.AI

Entropy-Gradient Inversion: Moving Toward Internal Mechanism of Large Reasoning Models

The advancement of Large Reasoning Models (LRMs) has catalyzed a paradigm shift from reactive ``fast thinking'' text generation to systematic, step-by-step ``slow thinking'' reason…

12 views ·
#artificial intelligence#machine learning#research
ARXIV CS.AI

New Insight of Variance reduce in Zero-Order Hard-Thresholding: Mitigating Gradient Error and Expansivity Contradictions

Hard-thresholding is an important type of algorithm in machine learning that is used to solve $\ell_0$ constrained optimization problems. However, the true gradient of the objectiv…

13 views ·
#artificial intelligence#machine learning#optimization
9TO5GOOGLE

Gradient Google icon redesign starts rolling out

Following our report last month, Google is beginning to roll out its gradient icon redesign for Workspace apps.…

15 views ·
#google#workspace#design
9TO5GOOGLE

Google Wallet gets gradient icon redesign that subtly glows

Google Wallet is the latest first-party app to get a gradient icon, but this redesign is quite subtle in the grand scheme.…

14 views ·
#google#wallet#design
ILIA MALANIN

The Secret Gradient Interpolation Method

First article in the Photoshop Algorithms Arcana series. Photoshop 2026 ships with an undocumented gradient interpolation method called Smooth — let's see how it differs from Perce…

16 views ·
#photoshop#algorithms#graphics
TOWARDS DATA SCIENCE

PyTorch NaNs Are Silent Killers — So I Built a 3ms Hook to Catch Them at the Exact Layer

NaNs don’t crash your training — they quietly destroy it. After losing hours to a silent failure in a ResNet training run, I built a lightweight detector that pinpoints the exact l…

14 views ·
#deep learning#pytorch#debugging