AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “r-machinelearning”

GridTimelineEvolution
173 results
Research

MergeNB: An intuitive merge conflict resolver built for Jupyter notebooks in VS Code [P]

DGX agent

MergeNB is a VSCode extension to resolve Jupyter Notebook git merge conflicts . It applies three-way merge logic on matched notebook entities (source, metadata, outputs, execution_count) to automatica

researchr-machinelearning
24 May 2026
Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Tutorials

Per-pixel bounding-box regression + DBSCAN for handwritten word detection - visual walkthrough of WordDetectorNet [P]

DGX agent

WordDetectorNet predicts an axis-aligned bounding box for each inner-word pixel using a ResNet18-based neural network, then applies DBSCAN clustering to refine the predictions . The system demonstrate

tutorialsr-machinelearning
23 May 2026
Model Releases

NuExtract3 released: open-weight 4B VLM for Markdown, OCR and structured extraction (self-hostable) [P]

DGX agent

NuExtract3 is a unified 4B vision-language reasoning model for document understanding that combines structured information extraction with image-to-Markdown conversion, suitable for OCR and RAG prepro

model-releasesr-machinelearning
22 May 2026
Research

Can liveness detection models generalise to synthetic media generation techniques they were never trained on? [D]

DGX agent

Liveness detection and synthetic media detection models often fail to generalize across unseen data and struggle with content from different models. Understanding how factors like data source diversit

researchr-machinelearning
21 May 2026
Research

Lisbon Machine Learning School (LxMLS 2026) [D]

DGX agent

LxMLS 2026 is a 6-day in-person event scheduled for July 20-25 at Instituto Superior Técnico that covers machine learning topics from theory to practice for solving natural language processing problem

researchr-machinelearning
21 May 2026
Agents

CANTANTE: Optimizing Agentic Systems via Contrastive Credit Attribution [R]

DGX agent

CANTANTE addresses the challenge of optimizing LLM-based multi-agent systems where system-level performance scores are available but individual agent parameters cannot be directly optimized. The frame

agentsr-machinelearning
20 May 2026
Research

OpenAI claims a general-purpose reasoning model found a counterexample to Erdos's unit-distance bound [D]

DGX agent

An OpenAI general-purpose reasoning model autonomously disproved a conjecture posed by Paul Erdos in 1946, overturning 80 years of mathematical belief. The breakthrough concerns the planar unit distan

researchr-machinelearning
20 May 2026
Research

First-time ICML workshop acceptance (GlobalSouthML) but can't afford to travel to South Korea. What are my options? [D]

DGX agent

A researcher from a resource-limited region discusses challenges with attending an accepted ICML workshop (GlobalSouthML) in South Korea and seeks advice on affordable attendance options, likely explo

researchr-machinelearning
19 May 2026
Research

How does loss functions work in PINN? [D]

DGX agent

Physics-informed neural networks (PINNs) use specialized loss functions that combine data-fitting terms with physics constraints derived from differential equations, allowing the network to learn solu

researchr-machinelearning
19 May 2026
Research

I built a tool that shows you what GPT-2 is 'thinking' in real-time as it generates 3D graph of concept activations per token [R]

DGX agent

A developer created a visualization tool that displays GPT-2's internal concept activations in real-time during text generation, representing the model's 'thinking' process as a 3D graph that updates

researchr-machinelearning
19 May 2026
Research

Witchcraft, fast local semantic search on top of SQLite [P]

DGX agent

Witchcraft is a Rust reimplementation of Stanford's XTR-Warp semantic search engine that uses a single-file SQLite database for storage, enabling client-side deployment. The system operates completely

researchr-machinelearning
18 May 2026
Model Releases

DeepSeek Exposed: Users Can Access Each Other's Conversations with a Special Input[D]

DGX agent

A vulnerability in DeepSeek's website exposed a significant amount of data, including user chats. A publicly accessible ClickHouse database belonging to DeepSeek allowed full control over database ope

model-releasesr-machinelearning
17 May 2026
Research

KDD 2026 Cycle 2 Results [D]

DGX agent

KDD 2026 Cycle 2 Results covers the announcement of review decisions and outcomes from the second submission cycle of KDD 2026, which accepts papers across multiple tracks including Research, Applied

researchr-machinelearning
16 May 2026
Research

Continual Harness: Online Adaptation for Self-Improving Foundation Agents [R]

DGX agent

Continual Harness proposes an approach to online adaptation for foundation agents that moves beyond traditional gradient-based retraining by introducing a dual-agent architecture (Teacher/Student) wit

researchr-machinelearning
14 May 2026
Research

Follow the Mean: Reference-Guided Flow Matching [R]

DGX agent

This paper presents a method for controllable generation in flow matching models by adapting them through reference examples. The key insight is that the velocity field in flow matching is determined

researchr-machinelearning
14 May 2026
Research

Integrating 3D Heat Equation into a PINN for Real-Time Aerospace Simulation (C++ WASM Engine)[P]

DGX agent

This post discusses implementing Physics-Informed Neural Networks (PINNs) to solve the 3D heat equation within a C++ WebAssembly engine for real-time aerospace applications. The work combines machine

researchr-machinelearning
14 May 2026
Model Releases

TabPFN-3 just released: a pre-trained tabular foundation model for up to 1M rows [R][N]

DGX agent

TabPFN-3 is a pre-trained tabular foundation model that supports datasets up to 1,000,000 rows × 200 features , representing a significant scaling improvement for the TabPFN family. The model delivers

model-releasesr-machinelearning
12 May 2026
Research

Interactive Jensen–Shannon Divergence Visualisation [P]

DGX agent

Jensen-Shannon divergence is a method of measuring the similarity between two probability distributions. It is based on the Kullback-Leibler divergence, with the notable difference that it is symmetri

researchr-machinelearning
11 May 2026
Model Releases

DeepSeek V4 paper full version is out, FP4 QAT details and stability tricks [D]

DGX agent

DeepSeek released the full technical report for DeepSeek-V4 on April 24, 2026, titled 'DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence.' The paper details FP4 quantization-awa

model-releasesr-machinelearning
9 May 2026
Research

Disillusionment with mechanistic interpretability research [D]

DGX agent

Mechanistic interpretability research aims to uncover specific neurons and circuits in neural networks responsible for tasks, but over a decade of efforts suggests these findings may not translate int

researchr-machinelearning
8 May 2026
Research

Diffusion for generating/editing ASTs? [D]

DGX agent

Recent advances in diffusion-based language models enable controllable sequence generation, but applying them to structured code remains challenging, prompting exploration of syntax-aware diffusion fr

researchr-machinelearning
7 May 2026
Applications

Quantization and Fast Inference (MEAP) - How much performance are you actually getting from quantization in production? [D]

DGX agent

This discussion examines the practical performance gains of quantization techniques when deployed in production environments, particularly addressing whether theoretical speedups translate to real-wor

applicationsr-machinelearning
7 May 2026
Research

ROCm Status in mid 2026 [D]

DGX agent

ROCm has reached production-ready status for PyTorch and vLLM workloads in 2026. PyTorch runs well and MI300X benchmarks are competitive, though the ecosystem gap with CUDA remains real. AMD's MI355X

researchr-machinelearning
7 May 2026
Research

Charting the AI Perception Gap: Across 71 scenarios, AI experts (N=119) and the public (N=1100) have differing views on the risks, benefits, and value of AI. More importantly, AI experts discount the influence of risks stronger than the public does when forming their value judgments [R]

DGX agent

A study examining 71 AI scenarios found that AI experts (N=119) and the public (N=1100) hold differing views on AI risks, benefits, and value, with experts discounting risk influences more heavily tha

researchr-machinelearning
5 May 2026
Research

[D] What Happened to Neurips Creative AI Track? [R]

DGX agent

The NeurIPS Creative AI track became part of the main conference proceedings for 2025, with papers presented as posters during the conference , marking a change from 2024 when the track was not part o

researchr-machinelearning
4 May 2026
Research

[P] QLoRA Fine-Tuning of Qwen2.5-1.5B for CEFR English Proficiency Classification (A1–C2) [P]

DGX agent

This post likely describes a machine learning project implementing QLoRA (Quantized Low-Rank Adaptation) fine-tuning on the Qwen2.5-1.5B model to classify English language proficiency levels according

researchr-machinelearning
4 May 2026
Research

Anyone submit ML articles to ACM journals (eg. TOPML or TIST)? [D]

DGX agent

A discussion post on r/MachineLearning where users share experiences and advice about submitting machine learning research articles to ACM journals, with focus on publications like ACM Transactions on

researchr-machinelearning
3 May 2026
Model Releases

Public interpretability dataset and benchmark library for a novel transformer architecture [R]

DGX agent

This work presents an explainability library for transformer models that provides tools for understanding transformer behavior through attributions and concept-based explanations . The resource likely

model-releasesr-machinelearning
3 May 2026
Research

Struggling with Chebyshev Filter Integration in CNN — Any Advice? [R]

DGX agent

This Reddit discussion covers technical challenges encountered when attempting to integrate Chebyshev filters—mathematical filters with equiripple characteristics used in signal processing—into convol

researchr-machinelearning
3 May 2026
Hardware

torch-nvenc-compress: GPU NVENC silicon as a PCIe bandwidth multiplier — PCA + pure-ctypes Video Codec SDK wrapper. Parallel-path overlap measured at 67% of theoretical max on a real GEMM + encode workload. [P]

DGX agent

torch-nvenc-compress is a Python library that leverages GPU NVENC (NVIDIA's hardware video encoding) to optimize PCIe bandwidth utilization by compressing data during transfer. The project implements

hardwarer-machinelearning
3 May 2026
Research

[D] Simple Questions Thread

DGX agent

This is a discussion thread from r/MachineLearning where community members ask and answer beginner-level and straightforward questions about machine learning concepts, techniques, and practical implem

researchr-machinelearning
1 May 2026
Model Releases

What benchmark would you build for “reply quality” in SDR generation? [D]

DGX agent

Based on the Reddit discussion title, this likely discusses how to design and establish benchmarks for evaluating the quality of AI-generated responses in Sales Development Representative (SDR) system

model-releasesr-machinelearning
1 May 2026
Research

[R] Joint Embedding Variational Bayes (TMLR ’26)

DGX agent

Variational Joint Embedding (VJE) is a framework that synthesizes joint embedding and variational inference to enable self-supervised learning of probabilistic representations in a reconstruction-free

researchr-machinelearning
30 Apr 2026
Research

Free Registration & $20K Prize Pool: 2nd MLC-SLM Challenge 2026 on Multilingual Speech LLMs [N]

DGX agent

The 2nd Multilingual Conversational Speech Language Model (MLC-SLM) Challenge is an open research competition inviting teams worldwide to participate , featuring free registration with a $20K prize po

researchr-machinelearning
29 Apr 2026
Applications

What are people using for low-latency autocomplete in production? [P]

DGX agent

Production low-latency autocomplete implementations employ diverse strategies including inference server optimization (tools like vLLM, llama.cpp, NVIDIA Triton), deployment choices (cloud APIs, on-pr

applicationsr-machinelearning
29 Apr 2026
Research

ACL ARR March 2026 Cycle [D]

DGX agent

The ACL Rolling Review (ARR) operates on a two-monthly review cycle , and the March 2026 cycle refers to one of these periodic submission and peer review rounds for computational linguistics research.

researchr-machinelearning
28 Apr 2026
Research

Karpathy dropped a 200-line GPT, so I used the math to turn pandas DataFrames into searchable context windows and open sourced it (and automated my stats pipeline). [P]

DGX agent

This post describes a project where the author leveraged Andrej Karpathy's compact GPT implementation to create a tool for converting pandas DataFrames into searchable context windows, which they then

researchr-machinelearning
28 Apr 2026
Research

First time fine-tuning, need a sanity check — 3B or 7B for multi-task reasoning? [D]

DGX agent

This Reddit discussion post addresses a beginner's question about choosing between 3B and 7B parameter models for fine-tuning on multi-task reasoning problems. The post likely contains advice from exp

researchr-machinelearning
23 Apr 2026
Hardware

GPU Compass – open-source, real-time GPU pricing across 20+ clouds [P]

DGX agent

GPU Compass is an open-source tool that tracks and displays real-time GPU pricing information across over 20 cloud providers. The platform likely helps machine learning practitioners and researchers c

hardwarer-machinelearning
22 Apr 2026
Research

INT3 compression+fused metal kernels [R]

DGX agent

INT3 compression with fused Metal kernels enables large language models to compute attention operations directly on compressed (INT3/INT4) key-value cache representations using custom GPU kernels that

researchr-machinelearning
22 Apr 2026
Applications

Why production systems keep making “correct” decisions that are no longer right [D]

DGX agent

Production machine learning systems can experience performance degradation where predictions appear reasonable and metrics don't change immediately, yet decision quality decays over time in ways diffi

applicationsr-machinelearning
19 Apr 2026
Safety

easyaligner: Forced alignment with GPU acceleration and flexible text normalization (compatible with all w2v2 models on HF Hub) [P]

DGX agent

easyaligner is a forced alignment library designed to be performant and easy to use , leveraging GPU acceleration to align audio with text transcriptions. The tool supports flexible text normalization

safetyr-machinelearning
18 Apr 2026
Research

Paper from Kimi: Prefill-as-a-Service: KVCache of Next-Generation Models Could Go Cross-Datacenter [R]

DGX agent

Mooncake is the serving platform for Kimi developed by Moonshot AI, featuring a KVCache-centric disaggregated architecture that separates prefill and decoding clusters while leveraging underutilized C

researchr-machinelearning
18 Apr 2026
Research

AI for Materials Science starter kit [D]

DGX agent

This r/MachineLearning discussion post serves as a community-curated beginner's resource for applying artificial intelligence and machine learning to materials science, likely compiling recommended to

researchr-machinelearning
16 Apr 2026
Model Releases

Built an political benchmark for LLMs. KIMI K2 can't answer about Taiwan (Obviously). GPT-5.3 refuses 100% of questions when given an opt-out. [P]

DGX agent

A researcher on r/MachineLearning built a political benchmark to evaluate how various LLMs handle sensitive geopolitical and politically contentious questions. Key findings include that Kimi K2 (Moons

model-releasesr-machinelearning
16 Apr 2026
Safety

Why dynamically routing multi-timescale advantages in PPO causes policy collapse (and a simple decoupled fix) [R]

DGX agent

This Reddit post discusses a known instability in PPO when advantage estimates operating across different temporal scales (e.g., short-horizon and long-horizon returns) are dynamically routed or mixed

safetyr-machinelearning
16 Apr 2026
Research

Are gamers being used as free labeling labor? The rise of 'Simulators' that look like AI training grounds [D]

DGX agent

This r/MachineLearning discussion examines a growing concern in the AI and gaming community: that certain video game 'simulators' may be deliberately designed — or repurposed — to harvest player actio

researchr-machinelearning
15 Apr 2026
Model Releases

Built GPT-2, Llama 3, and DeepSeek from scratch in PyTorch - open source code + book [p]

DGX agent

A Reddit post on r/MachineLearning sharing an open-source project and accompanying book by Sebastian Raschka that walks through implementing GPT-2, Llama 3, and DeepSeek from scratch using PyTorch, wi

model-releasesr-machinelearning
15 Apr 2026
← Previous
1234
Next →