2025-02-28

Andrew Barto and Richard Sutton are the recipients of the 2024 ACM A.M. Turing Award for developing the conceptual and algorithmic foundations of reinforcement learning.

Andrew Barto and Richard Sutton received the 2024 ACM A.M. Turing Award for their pioneering work in reinforcement learning, which has become fundamental to modern AI systems. Their contributions include developing key algorithms and mathematical foundations that enabled breakthroughs like AlphaGo and ChatGPT. The award, often called the Nobel Prize in Computing, carries a $1 million prize sponsored by Google.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

Writing an LLM from scratch, part 8 -- trainable self-attention

A detailed explanation of implementing trainable self-attention in LLMs, focusing on scaled dot product attention and matrix projections. The article breaks down how attention scores are calculated through query, key, and value matrices, demonstrating how five matrix multiplications can efficiently process token relationships.

Launch HN: Enhanced Radar (YC W25) – A safety net for air traffic control

Two pilots have developed Yeager, an AI-powered system that monitors air traffic control communications to enhance aviation safety by detecting potential human errors. The system achieves a 1.1% Word Error Rate in transcribing ATC audio and operates independently of existing infrastructure, providing an additional safety layer without requiring integration.

GitHub - takara-ai/go-attention: A full attention mechanism and transformer in pure go.

Frontier Research Team at takara.ai introduces a pure Go implementation of attention mechanisms and transformer layers, featuring high performance and zero dependencies. The library offers efficient dot-product attention, multi-head attention support, and complete transformer layer implementation, making it ideal for edge computing and real-time processing.

Generative AI with Stochastic Differential Equations - IAP 2025

A comprehensive MIT course on flow matching and diffusion models in generative AI, covering mathematical frameworks and practical implementations across various data modalities. Students learn to build image diffusion models from scratch while gaining expertise in stochastic differential equations, with hands-on experience through three practical labs.

Crossing the uncanny valley of conversational voice

Sesame introduces Conversational Speech Model (CSM), advancing voice AI beyond traditional text-to-speech limitations by incorporating contextual awareness and emotional intelligence. The model operates as a single-stage system using transformers to produce more natural and coherent speech, achieving near-human performance in audio quality while still working to improve conversational dynamics.

GitHub - salesforce/Merlion: Merlion: A Machine Learning Framework for Time Series Intelligence

Merlion is a comprehensive Python library for time series intelligence, offering end-to-end machine learning capabilities for forecasting, anomaly detection, and change point detection. The library features standardized data loading, diverse models, AutoML capabilities, and practical post-processing rules, while supporting both univariate and multivariate analysis with distributed computation via PySpark.

Pulse AI Blog - Putting Andrew Ng’s OCR Models to The Test

Andrew Ng's newly released document extraction service shows significant limitations when processing complex financial statements, with high error rates and slow processing times. Tests revealed over 50% hallucinated values and frequent missing data in financial tables, highlighting the challenges of using LLMs for document extraction.

Markov Chains explained visually

Markov chains are mathematical systems that model transitions between different states with associated probabilities, represented through transition matrices or diagrams. The concept finds practical applications in various fields, from weather prediction to Google's PageRank algorithm, with the ability to simulate real-world phenomena by incorporating probabilistic state transitions.

GitHub - PragmaticMachineLearning/probly

An innovative spreadsheet application combining traditional spreadsheet functionality with Python data analysis and AI capabilities, leveraging OpenAI API and Pyodide for runtime execution. Built with Next.js 14 and TypeScript, it offers interactive data visualization through ECharts and intelligent suggestions through an AI-powered chat interface.