Tagged articles

frontend AI

4 articles · Page 1 of 1
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Nov 19, 2025 · Artificial Intelligence

Gemini 3 Pro Review: 20%+ Coding Gains and Front‑End SOTA Performance

Google’s newly released Gemini 3 Pro shows more than a 20% improvement in coding ability over Gemini 2.5 Pro, achieves state‑of‑the‑art results across multiple benchmarks, and can generate complete React apps, visual designs, physics simulations, and simple games, though its new antigravity IDE currently suffers login issues.

AI model evaluationGemini 3 ProGoogle AI
0 likes · 5 min read
Gemini 3 Pro Review: 20%+ Coding Gains and Front‑End SOTA Performance
Alipay Experience Technology
Alipay Experience Technology
Oct 13, 2021 · Artificial Intelligence

How ant‑tfjs Boosts Web AI Inference: WebGL, Wasm, and GPU Optimizations

This article examines high‑performance web computing for TensorFlow.js models, comparing tfjs and ant‑tfjs on WebGL, Wasm, and GPU backends, and details a series of optimizations—including pre‑encoding, shader handling, graph fusion, vectorization, and memory layout—that double inference speed on mobile devices.

GPU AccelerationTensorFlow.jsWebAssembly
0 likes · 11 min read
How ant‑tfjs Boosts Web AI Inference: WebGL, Wasm, and GPU Optimizations
Taobao Frontend Technology
Taobao Frontend Technology
Jul 8, 2021 · Artificial Intelligence

How to Build Machine Learning Apps Directly in the Browser with JavaScript

This article explains a four‑level methodology for choosing JavaScript‑based machine‑learning tools, demonstrates practical code examples ranging from NLP with nlp.js to deep‑learning with TensorFlow.js, traditional ML with mljs, and statistical computing with stdlib, and shows how to run them entirely in the browser.

JavaScriptTensorFlow.jsfrontend AI
0 likes · 11 min read
How to Build Machine Learning Apps Directly in the Browser with JavaScript