T
traeai
Sign in

公司

什么是 Towards Data Science

也叫:TDS

Medium平台上的知名数据科学内容社区,由Medium运营。

📰 Towards Data Science 最新动态

已收录 3 篇与「Towards Data Science」相关的 AI 资讯和分析。

RAG Is Burning Money — I Built a Cost Control Layer to Fix It

RAG Is Burning Money — I Built a Cost Control Layer to Fix It

Towards Data Science4995 字 (约 20 分钟)
92

RAG systems often incur hidden costs due to context over-fetching, lack of caching, and no model routing; the author built a cost control layer using semantic caching (98.5% hit rate), query routing (81% requests shifted to low-cost models), and token-budget circuit breaking, achieving 85.8% cost reduction at 10k requests/day without quality loss.

入选理由:上下文过取使每查询平均多消耗350 tokens,10k请求/日造成$52.5/日浪费(按$0.015/1K tokens计)

FeaturedArticle#RAG#Cost Optimization#Semantic Caching#Model Routing#LLM英文
Towards Data Science 图标

Proxy-Pointer RAG: Solving Entity and Relationship Sprawl in Large Knowledge Graphs

Towards Data Science3847 字 (约 16 分钟)
87

Proxy-Pointer RAG reduces the computational cost of entity and relationship reconciliation in knowledge graphs by over 90% by preserving document structure, enabling millisecond-scale ingestion without full-graph traversal.

入选理由:Proxy-Pointer RAG 使用 Skeleton Tree 和 Breadcrumb Injection 技术,使向量检索能精准定位文档完整结构段,而非碎片化块。

FeaturedArticle#RAG#Knowledge Graph#Proxy-Pointer#Entity Resolution#Vector Retrieval英文
Towards Data Science 图标

Why Gradient Descent Became Stochastic

Towards Data Science4695 字 (约 19 分钟)
78

The core reason gradient descent evolved into stochastic gradient descent (SGD) is computational scalability: as dataset size grows, batch gradient descent (BGD) becomes prohibitively expensive, while SGD updates parameters using only one or a few samples per iteration—reducing cost and leveraging noise to escape local minima; the article illustrates this via linear regression, deriving the closed-form solution from MSE and naturally motivating iterative optimization.

入选理由:线性回归中β₀=27315.74、β₁=9020.66的解析解可通过MSE对β₀/β₁求偏导并令其为0推导得出

FeaturedArticle#Gradient Descent#Stochastic Gradient Descent#Linear Regression#Optimization#Machine Learning英文

与「Towards Data Science」经常一起出现的 AI 术语。

💡 想追踪「Towards Data Science」的长期趋势?去 实体雷达 · Towards Data Science 查看详细分析和跨材料问答。

AI may generate inaccurate information. Please verify important content.