AI/ML News & Innovations Hub

AI/ML news, top picks, and generated innovation digests.

★ Visit ai-karthik.com
422Sources
9677News Items
8Top Picks
82Blogs
successLast Run

Latest AI/ML News

9677 matching items

fasttransform: Reversible Pipelines Made Simple
Fast.ai 2025-02-19 13:00 UTC Score 14.0 AI-185-20250219-developer-an-424b2edd Full article

fasttransform: Reversible Pipelines Made Simple

Introducing fasttransform, a Python library that makes data transformations reversible and extensible through the power of multiple dispatch.

AI Stack Exchange 2025-02-11 07:43 UTC Score 18.0 AI-110-20250211-social-media-6bb6c7b6 Full article

Test accuracy much higher than train accuracy on Cifar-100 and 470000 parameters

I built a model with 470,000 parameters for image classification . This model was trained on CIFAR-100 for 400 epochs . I used learning rate scheduler, dropout, Random Data Augmentation (MixUp & CutMix) with 50% probability, label smoothing, warmup (10 epochs) in the model. The test accuracy is 70% , while the training accuracy is 45% . Does the higher test accuracy compared to training accuracy indicate a problem? I have trained the model multiple times and consistently achieved the same accuracy.

Stanford AI Lab Blog 2025-02-05 20:54 UTC Score 27.0 USR-0006-20250205-research-aca-17aa8692 Full article

Carlos Guestrin named as new Director of the Stanford AI Lab!

We thank Christopher Manning for being Director of the Stanford AI Lab during a period of enormous growth for AI and SAIL from 2018–2025 and today welcome Carlos Guestrin, Fortinet Founders Professor of Computer Science, as the new Director of SAIL.

Injecting Domain Expertise Into Your AI System
TOPBOTS 2025-02-04 15:37 UTC Score 15.0 AI-043-20250204-ai-specialis-6033a404 Full article

Injecting Domain Expertise Into Your AI System

When starting their AI initiatives, many companies are trapped in silos and treat AI as a purely technical enterprise, sidelining domain experts or involving them too late. They end up with generic AI applications that miss industry nuances, produce poor recommendations, and quickly become unpopular with users. By contrast, AI systems that deeply understand industry-specific […] The post Injecting Domain Expertise Into Your AI System appeared first on TOPBOTS .

Beyond DeepSeek: An Overview of Chinese AI Tigers and Their Cutting-Edge Innovations
TOPBOTS 2025-01-31 14:53 UTC Score 27.0 AI-043-20250131-ai-specialis-cf948f94 Full article

Beyond DeepSeek: An Overview of Chinese AI Tigers and Their Cutting-Edge Innovations

The recent disruption caused by DeepSeek’s R1 model sent shockwaves through the AI community, demonstrating that Chinese AI advancements may have been underestimated. The model’s performance, rivaling some of the most advanced offerings from OpenAI and Anthropic at a fraction of the cost, signaled a new era of competition in artificial intelligence. However, DeepSeek is […] The post Beyond DeepSeek: An Overview of Chinese AI Tigers and Their Cutting-Edge Innovations appeared first on TOPBOTS .

Carving Out Your Competitive Advantage With AI
TOPBOTS 2025-01-29 18:42 UTC Score 18.0 AI-043-20250129-ai-specialis-0ea07b3b Full article

Carving Out Your Competitive Advantage With AI

When I talk to corporate customers, there is often this idea that AI, while powerful, won’t give any company a lasting competitive edge. After all, over the past two years, large-scale LLMs have become a commodity for everyone. I’ve been thinking a lot about how companies can shape a competitive advantage using AI, and a […] The post Carving Out Your Competitive Advantage With AI appeared first on TOPBOTS .

Aider LLM Leaderboards 2025-01-28 00:00 UTC Score 22.0 USR-0170-20250128-ai-specialis-8ea02555 Full article

Alternative DeepSeek V3 providers

DeepSeek's API has been experiencing reliability issues. Here are alternative providers you can use.

[GRPO Explained] DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models
Yannic Kilcher 2025-01-26 14:03 UTC Score 50.0 AI-140-20250126-podcasts-and-3a78dbd5 Full article

[GRPO Explained] DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models

#deepseek #llm #grpo GRPO is one of the core advancements used in Deepseek-R1, but was introduced already last year in this paper that uses a combination of new RL techniques and iterative data collection to achieve remarkable performance on mathematics benchmarks with just a 7B model. Paper: https://arxiv.org/abs/2402.03300 Abstract: Mathematical reasoning poses a significant challenge for language models due to its complex and structured nature. In this paper, we introduce DeepSeekMath 7B, which continues pre-training DeepSeek-Coder-Base-v1.5 7B with 120B math-related tokens sourced from Common Crawl, together with natural language and code data. DeepSeekMath 7B has achieved an impressive score of 51.7% on the competition-level MATH benchmark without relying on external toolkits and voting techniques, approaching the performance level of Gemini-Ultra and GPT-4. Self-consistency over 64 samples from DeepSeekMath 7B achieves 60.9% on MATH. The mathematical reasoning capability of DeepSeekMath is attributed to two key factors: First, we harness the significant potential of publicly available web data through a meticulously engineered data selection pipeline. Second, we introduce Group Relative Policy Optimization (GRPO), a variant of Proximal Policy Optimization (PPO), that enhances mathematical reasoning abilities while concurrently optimizing the memory usage of PPO. Authors: Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhan…

Chip Huyen Blog 2025-01-16 00:00 UTC Score 39.0 USR-0111-20250116-ai-specialis-1ab4a710 Full article

Common pitfalls when building generative AI applications

As we’re still in the early days of building applications with foundation models, it’s normal to make mistakes. This is a quick note with examples of some of the most common pitfalls that I’ve seen, both from public case studies and from my personal experience. Because these pitfalls are common, if you’ve worked on any AI product, you’ve probably seen them before. 1. Use generative AI when you don't need generative AI Every time there’s a new technology, I can hear the collective sigh of senior engineers everywhere: “Not everything is a nail.” Generative AI isn’t an exception — its seemingly limitless capabilities only exacerbate the tendency to use generative AI for everything. A team pitched me the idea of using generative AI to optimize energy consumption. They fed a household’s list of energy-intensive activities and hourly electricity prices into an LLM, then asked it to create a schedule to minimize energy costs. Their experiments showed that this could help reduce a household’s electricity bill by 30%. Free money. Why wouldn’t anyone want to use their app? I asked: “How does it compare to simply scheduling the most energy-intensive activities when electricity is cheapest? Say, doing your laundry and charging your car after 10pm?” They said they would try it later and let me know. They never followed up, but they abandoned this app soon after. I suspect that this greedy scheduling can be quite effective. Even if it’s not, there are other much cheaper and more reliable…

Aider LLM Leaderboards 2025-01-15 00:00 UTC Score 30.0 USR-0170-20250115-ai-specialis-928dad55 Full article

Using uv as an installer

Reliably packaging & distributing python CLI tools is hard. Aider uses uv in novel ways to make it easy to install the aider CLI, its dependencies and python 3.12. All in an isolated env.

Chip Huyen Blog 2025-01-07 00:00 UTC Score 60.0 USR-0111-20250107-ai-specialis-d68118bf Full article

Agents

Intelligent agents are considered by many to be the ultimate goal of AI. The classic book by Stuart Russell and Peter Norvig, Artificial Intelligence: A Modern Approach (Prentice Hall, 1995), defines the field of AI research as “ the study and design of rational agents. ” The unprecedented capabilities of foundation models have opened the door to agentic applications that were previously unimaginable. These new capabilities make it finally possible to develop autonomous, intelligent agents to act as our assistants, coworkers, and coaches. They can help us create a website, gather data, plan a trip, do market research, manage a customer account, automate data entry, prepare us for interviews, interview our candidates, negotiate a deal, etc. The possibilities seem endless, and the potential economic value of these agents is enormous. This section will start with an overview of agents and then continue with two aspects that determine the capabilities of an agent: tools and planning. Agents, with their new modes of operations, have new modes of failure. This section will end with a discussion on how to evaluate agents to catch these failures. This post is adapted from the Agents section of AI Engineering (2025) with minor edits to make it a standalone post. Notes : AI-powered agents are an emerging field with no established theoretical frameworks for defining, developing, and evaluating them. This section is a best-effort attempt to build a framework from the existing literature…

Cross Validated 2025-01-05 22:33 UTC Score 24.0 AI-113-20250105-social-media-f561ae48

Does hypothesis testing help make a decision in case of an A/B test?

I developed a text-generation pipeline based on recent advancements in Large-Language Models (LLMs). Users can type a topic, and my complex pipeline generates an article. I measure user satisfaction by asking how satisfied they are on a 5-point ordinal scale under each article (C-SAT). I have implemented a pipeline variation that uses cheaper, dumber LLMs in some places. I performed an A/B test to determine the difference between the current version of the pipeline and the cheaper one. Let's say the average C-SAT is 3.9 vs. 3.8, so the cheaper version has the C-SAT score lower by 0.1. Now, I have to decide whether to introduce the new version of the pipeline to reduce costs and take the risk of reducing the average C-SAT. I want to know if the decrease in the C-SAT is significant enough to give up on cutting costs. Q1: Does hypothesis testing make sense in this case? Q2: If so, then what could be a population? The number of future articles is now known. Moreover, one of the versions will not be continued. Does it mean I can’t apply the test? A result of a test would be the evidence against the null hypothesis. Let’s say my null hypothesis is “population distributions of both A and B samples have equal mean." From the perspective of the original problem ("if the decrease in the C-SAT is significant enough to give up on cutting costs"), such H0 is an intermediate problem. Q3: How do I know that finding an answer to such an intermediate problem helps me find an answer to my ori…

Traditional Holiday Live Stream
Yannic Kilcher 2024-12-27 00:48 UTC Score 15.0 AI-140-20241227-podcasts-and-8428b005 Full article

Traditional Holiday Live Stream

https://ykilcher.com/discord Links: TabNine Code Completion (Referral): http://bit.ly/tabnine-yannick YouTube: https://www.youtube.com/c/yannickilcher Twitter: https://twitter.com/ykilcher Discord: https://discord.gg/4H8xxDF BitChute: https://www.bitchute.com/channel/yannic-kilcher Minds: https://www.minds.com/ykilcher Parler: https://parler.com/profile/YannicKilcher LinkedIn: https://www.linkedin.com/in/yannic-kilcher-488534136/ BiliBili: https://space.bilibili.com/1824646584 If you want to support me, the best thing to do is to share out the content :) If you want to support me financially (completely optional and voluntary, but a lot of people have asked for this): SubscribeStar: https://www.subscribestar.com/yannickilcher Patreon: https://www.patreon.com/yannickilcher Bitcoin (BTC): bc1q49lsw3q325tr58ygf8sudx2dqfguclvngvy2cq Ethereum (ETH): 0x7ad3513E3B8f66799f507Aa7874b1B0eBC7F85e2 Litecoin (LTC): LQW2TRyKYetVC8WjFkhpPhtpbDM4Vw7r9m Monero (XMR): 4ACL8AGrEo5hAir8A9CeVrW8pEauWvnp1WnSDZxW7tziCDLhZAGsgzhRQABDnFy8yuM9fWJDviJPHKRjV4FWt19CJZN9D4n

Eugene Yan Blog 2024-12-22 00:00 UTC Score 20.0 USR-0114-20241222-ai-specialis-bdbdbec4 Full article

2024 Year in Review

A peaceful year of steady progress on my craft and health.

Block Engineering Blog 2024-12-18 17:00 UTC Score 20.0 USR-0060-20241218-ai-specialis-afbed131 Full article

Announcing the Square Go SDK

Easier Square integrations with your Go backend

AI Snake Oil 2024-12-18 16:47 UTC Score 23.0 USR-0106-20241218-ai-specialis-06ea4e84 Full article

Is AI progress slowing down?

Making sense of recent technology trends and claims

EU AI Act Tracker / Explainer 2024-12-16 10:44 UTC Score 27.0 AI-010-20241216-glossary-def-e2bc0735 Full article

Job Opportunities at the European AI Office for Legal and Policy Backgrounds

The Commission has opened two calls for expression of interest to recruit new members for the European AI Office. Apply now as Legal or Policy Officer for an opportunity to shape trustworthy AI. The deadline for expression of interest is 15 January 2025. The salary for this role is around €4100-8600 a month (limited taxes). […]

Block Engineering Blog 2024-12-16 08:00 UTC Score 25.0 USR-0060-20241216-ai-specialis-a2037830 Full article

Enhanced Authorization with Square

Enhancing Payment Success with Square Advanced Authorization Tools

EleutherAI Blog 2024-12-12 16:00 UTC Score 30.0 USR-0184-20241212-research-aca-83d8f80b Full article

SAEs trained on the same data don’t learn the same features

In this post, we show that when two TopK SAEs are trained on the same data, with the same batch order but with different random initializations, there are many latents in the first SAE that don't have a close counterpart in the second, and vice versa. Indeed, when training only about 53% of the features are shared Furthermore, many of these unshared latents are interpretable. We find that narrower SAEs have a higher feature overlap across random seeds, and as the size of the SAE increases, the overlap decreases.

Aider LLM Leaderboards 2024-12-03 00:00 UTC Score 27.0 USR-0170-20241203-ai-specialis-e751cb98 Full article

QwQ is a code architect, not an editor

QwQ is reasoning model like o1, and needs to be used as an architect with another model as editor.

Lilian Weng Blog 2024-11-28 00:00 UTC Score 47.0 USR-0112-20241128-ai-specialis-1b600ac6 Full article

Reward Hacking in Reinforcement Learning

Reward hacking occurs when a reinforcement learning (RL) agent exploits flaws or ambiguities in the reward function to achieve high rewards, without genuinely learning or completing the intended task. Reward hacking exists because RL environments are often imperfect, and it is fundamentally challenging to accurately specify a reward function. With the rise of language models generalizing to a broad spectrum of tasks and RLHF becomes a de facto method for alignment training, reward hacking in RL training of language models has become a critical practical challenge. Instances where the model learns to modify unit tests to pass coding tasks, or where responses contain biases that mimic a user’s preference, are pretty concerning and are likely one of the major blockers for real-world deployment of more autonomous use cases of AI models.

Advancing AI in 2024: Highlights from 10 Groundbreaking Research Papers
TOPBOTS 2024-11-25 14:05 UTC Score 37.0 AI-043-20241125-ai-specialis-2c2ac547 Full article

Advancing AI in 2024: Highlights from 10 Groundbreaking Research Papers

In this article, we delve into ten groundbreaking research papers that expand the frontiers of AI across diverse domains, including large language models, multimodal processing, video generation and editing, and the creation of interactive environments. The post Advancing AI in 2024: Highlights from 10 Groundbreaking Research Papers appeared first on TOPBOTS .

Cross Validated 2024-11-21 15:46 UTC Score 12.0 AI-113-20241121-social-media-d1be99f2

How many clusters are needed for applying cluster-robust standard errors in a SEM model?

I’m working on an SEM model with data from 1078 students, distributed across 13 schools (clusters). I’d like to apply cluster-robust standard errors, but I’m unsure whether 13 clusters is enough for this approach to provide reliable estimates. The cluster sizes range from 19 to 165 students per school. Given the relatively small number of clusters (13), should I be concerned about the reliability of cluster-robust standard errors?

EU AI Act Tracker / Explainer 2024-11-19 11:38 UTC Score 27.0 AI-010-20241119-glossary-def-fd442db3 Full article

The AI Office is hiring a Lead Scientific Advisor for AI

This opportunity has now passed. A very important job opening has opened up at the European AI Office: They are hiring for the Lead Scientific Advisor for AI. Application deadline is 13 December 2024. Based on the European Union Employment Advisor, the monthly basic salary for this role (level AD13) is about 13,500-15,000 euros. You […]

Shape, Symmetries, and Structure: The Changing Role of Mathematics in Machine Learning Research
The Gradient 2024-11-16 16:46 UTC Score 26.0 AI-037-20241116-ai-specialis-23b7d3c1 Full article

Shape, Symmetries, and Structure: The Changing Role of Mathematics in Machine Learning Research

What is the Role of Mathematics in Modern Machine Learning? The past decade has witnessed a shift in how progress is made in machine learning. Research involving carefully designed and mathematically principled architectures result in only marginal improvements while compute-intensive and engineering-first efforts that scale to ever larger training sets