AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “r-machinelearning”

GridTimelineEvolution
49+ results
Safety

Github repo to learn the OPD/OPSD and how they perform compared to GRPO, on a consumer grade GPU [P]

DGX agent

I am trying to learn concepts like On Policy Distillation (OPD), On Policy Self Distillation (OPSD) and how do they compare to RL algorithms like GRPO. There are a lot of papers on this, but because o

safetyr-machinelearning
1 Aug 2026
Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases

I have trained a model to predict my blood sugar [P]

DGX agent

It's an encoder-only transformer that consumes past(blood glucose + carbs + insulin) and future(carbs + insulin) and predicts future blood glucose for the next 2 hours. Announced meals and boluses/bas

model-releasesr-machinelearning
31 Jul 2026
Model Releases

How Kimi K3 Engineered Its Way to the Frontier [R]

DGX agent

Kimi K3 by Moonshot reached the frontier as an open-weight model. Artificial Analysis ranks it fourth of 580 models, behind only Claude Opus 5, Fable 5, and GPT-5.6 Sol. Moonshot released more than th

model-releasesr-machinelearning
30 Jul 2026
Hardware

I built ganfs: A Python package that uses GANs to automate feature selection for high-dimensional datasets. (No domain expert required) [P] [R]

DGX agent

Hey everyone, I recently open-sourced a new Python package called ganfs (Generative Adversarial Network Feature Selection), and I wanted to share it with the community. The Problem: Selecting the best

hardwarer-machinelearning
30 Jul 2026
Applications

MLVC: Multi-platform Learned Video Codec for Real-World Deployment [P]

DGX agent

I've always found it a little strange that AI is everywhere, but the codecs we use in practice are the traditional hand-engineered systems like h.264, h.265, av1. Alexnet started the wave of neural ne

applicationsr-machinelearning
30 Jul 2026
Model Releases

AI Security Leaderboard: benchmarking model robustness [P]

DGX agent

We developed a leaderboard ranking frontier model security. There's no shortage of model capability rankings, but we didn't find anything comparable for model security. Yet security is becoming increa

model-releasesr-machinelearning
29 Jul 2026
Agents

My LLM kept implementing every method it found, so I added research and specification gates[D]

DGX agent

While building this workflow a thing that surprised me was that, initially I thought the pipeline was complete: From Goal to → Decompose → Research → Specification → Implementation It successfully bro

agentsr-machinelearning
29 Jul 2026
Local Ai

Vendor-agnostic ML inference on production edge devices [R]

DGX agent

I work on PostSlate, a video editing tool, and this comes out of our own work. We run ML models on-device, face detection and embedding among other things, which means we can't assume anything about t

local-air-machinelearning
29 Jul 2026
Hardware

Are single GPU research still published in ML/DL and its applications nowadays? Which are the most notable recent ones? [D]

DGX agent

ML research is progressing at breakneck speed where frontier labs in both academia and industry have access to considerably large computes (GPUs). Where do small labs or independent researchers go in

hardwarer-machinelearning
28 Jul 2026
Tutorials

How to deal with text only vector search across multimodal embedding space? [D]

DGX agent

My data set is a list of images, each equipped with a a couple sentences of text. A user would search primarily with text only. My default approach is using BM25, but how would I facilitate searching

tutorialsr-machinelearning
28 Jul 2026
Model Releases

Might need math+code benchmark for frontier model(LLMs Silently Replace Math)[D]

DGX agent

Hello guys. I found some problems in current frontier models. And want to share. # math_code_hallucination > Record of a failure caused by combining mathematics and code in a single prompt. --- ## Cas

model-releasesr-machinelearning
28 Jul 2026
Research

NeurIPS 2026 AI-generated reviews [D]

DGX agent

I'm really confused about what the point of the prompt injection was (speaking as an author). Is it just a study? I would really prefer that they took action against the AI-generated reviews. Obviousl

researchr-machinelearning
28 Jul 2026
Model Releases

NeurIPS 2026 Reviewer: AI-Generated Rebuttals (and Paper) [D]

DGX agent

One of the papers I reviewed has what seems to be entirely LLM-generated rebuttals, and the original paper is also clearly LLM-generated, with Claude-speak everywhere. While the authors acknowledge LL

model-releasesr-machinelearning
28 Jul 2026
Local Ai

PIRL: From Open-Loop Exploration to Closed-Loop Reinforcement Learning [R]

DGX agent

TL;DR: Most RL post-training algorithms optimize the current batch and move on. But after an update, did the new policy actually become better? We introduce Policy Improvement Reinforcement Learning (

local-air-machinelearning
28 Jul 2026
Safety

PNAS: Over Half of All Academic Articles Now Show LLM Influence—7.3M-Paper Study [R]

DGX agent

Largest empirical study of AI penetration in academic publishing ever conducted—51%-by-2025 is the most authoritative quantitative marker yet of how thoroughly LLMs have reshaped scientific writing, a

safetyr-machinelearning
28 Jul 2026
Hardware

Built & Trained a Transformer from Scratch in Pure PyTorch for English-to-Tamil Machine Translation [Math + Code Breakdown] [P]

DGX agent

Hi everyone! 👋 I built and trained the complete Transformer architecture from scratch using pure PyTorch (`torch.nn` primitives) based on the original 'Attention Is All You Need' paper. I trained the

hardwarer-machinelearning
27 Jul 2026
Local Ai

I implemented the YOLO26n model inference from scratch using ARM64 Assembly Language (No framework) [P]

DGX agent

This was my Bachelor's Final Project: implementing YOLO26n inference completely from scratch using ARM64 Assembly Language and C, without relying on existing inference frameworks. The goal was to unde

local-air-machinelearning
26 Jul 2026
Model Releases

I want to use AI coding agents for machine learning projects [D]

DGX agent

I'm a software engineer who mainly builds softwaes/applications, and I'm starting to work on machine learning projects. Since ML workloads often require GPUs, I know services like Google Colab and Kag

model-releasesr-machinelearning
26 Jul 2026
Research

Multi-Tenant SaaS: Which Architecture Would You Choose? [D]

DGX agent

NOTE -> I expect answer from people who actually have experience and strong understanding of these. please give something beneficial. I'm building a SaaS platform in Sri Lanka that handles documents a

researchr-machinelearning
26 Jul 2026
Model Releases

Open-weight 4B models approach o3-level medical question answering in Swedish [P]

DGX agent

I have been running some experiments with smaller open-weight LLMs on multiple-choice questions of Swedish medical licensing exams. On a dataset called MedQA-SWE, GPT-4 scored 84% accuracy in 2024 and

model-releasesr-machinelearning
26 Jul 2026
Hardware

Understanding GPU Inference Workloads [D]

DGX agent

Hey everyone, I have been looking into how people source compute for their Inference workloads (and in general). I wanted to understand some specific pain points here. If you've used online services l

hardwarer-machinelearning
26 Jul 2026
Model Releases

We compared different LLMs on IMO 2026 [R]

DGX agent

There are a few reasons why problems from International Mathematical Olympiad function as a good benchmark for LLMs: - The problems are new, not included in the training data of any model - Hard math

model-releasesr-machinelearning
26 Jul 2026
Model Releases

I built a compiler that turns computation graphs into the weights of a vanilla transformer — no training anywhere [P]

DGX agent

I've been chasing the question of what algorithms a transformer can actually express -- separate from what it can learn. So I built a compiler: define a computation graph in ordinary Python, and it pr

model-releasesr-machinelearning
24 Jul 2026
Model Releases

I built an open-source multi-agent SDLC harness that beats a cold Claude Code run on large repos, by learning the repo once. Real benchmarks (incl. where it loses) inside. [P]

DGX agent

Built an open-source AI coding agent that was 7%–75% cheaper than a cold 'claude -p' run on 6/6 well-localized tasks across repositories up to ~82k LOC. The biggest difference: Cold agent: 6.83, 207 t

model-releasesr-machinelearning
24 Jul 2026
Research

First ML coding round (HackerRank) at Adyen, what should I expect? [D]

DGX agent

Hi everyone, I recently received an interview offer for ML position at Adyen, and the first round will be a live coding round on HackerRank. I scheduled it for the end of August because that was the l

researchr-machinelearning
23 Jul 2026
Model Releases

GPT-5.5 Scores 10.6% on ActiveVision, Humans Hit 96.1% [R]

DGX agent

The interesting finding from a new [arXiv paper](https://arxiv.org/abs/2607.16165) isn't that a frontier vision model failed a new benchmark, that happens weekly, but the specific shape of the failure

model-releasesr-machinelearning
23 Jul 2026
Model Releases

One encoder, seven heads: what we learned training a unified security classifier with masked losses [P]

DGX agent

We spent the last months consolidating seven separate sequence classifiers into one multi-head model, our apex model, so to speak, and since the weights are now public, I wanted to share what worked a

model-releasesr-machinelearning
22 Jul 2026
Model Releases

SkewAdam: A tiered optimizer that cuts MoE state memory by 97% (fits a 6.7B MoE on a 40GB GPU) [R]

DGX agent

Paper:https://arxiv.org/abs/2607.19058 Code (GitHub):https://github.com/nuemaan/skewadam Hi everyone, I just published a preprint on a new optimizer designed to tackle the massive VRAM bottleneck in M

model-releasesr-machinelearning
22 Jul 2026
Hardware

Looking for feedback on my GPU-accelerated Snake AI project [P]

DGX agent

I've been building an AI that learns to play the classic Snake game through reinforcement learning. The goal is to reach high scores while keeping training time as low as possible. The current version

hardwarer-machinelearning
21 Jul 2026
Model Releases

My OCR model mislabels section titles as body text. Is a CRF the right fix, or am I overcomplicating it? [P]

DGX agent

Hi everyone, I'm working on extracting the hierarchical structure of long PDF documents (legal/regulatory text, lots of numbered sections) and would like to gather some feedback on my approach before

model-releasesr-machinelearning
21 Jul 2026
Model Releases

Reproducing OpenAI’s “persistently beneficial models” - GRPO trait install barely moves. Ideas? [P] [R]

DGX agent

TL;DR: I’m reproducing the trait-persistence result from arXiv:2606.24014 on one RTX 3090. Before I can test persistence I need to install a trait via RL — and my GRPO run moves the trait only +2.4 po

model-releasesr-machinelearning
21 Jul 2026
Research

Tri-Net v2: Open-source implementation of our Scientific Reports paper on unified skin lesion and symptom-based monkeypox detection [R]

DGX agent

Hi everyone, We've open-sourced Tri-Net v2, the official implementation accompanying our recently published Scientific Reports (Nature Portfolio) paper: 'Tri-Net: Unified Deep Learning for Skin Lesion

researchr-machinelearning
21 Jul 2026
Agents

Training a harness for model-agnostic and task-environment-agnostic capability improvements with PyTorch-like framework [P]

DGX agent

I worked on this project (https://github.com/workofart/harness-training) for the past few months to reframe 'Agent-driven Self-improving Harness' to 'Harness Training'. The idea is simple, the harness

agentsr-machinelearning
20 Jul 2026
Research

A slightly improved DVD-JEPA demo [P]

DGX agent

This post likely presents an enhanced demonstration of DVD-JEPA, a video variant of the Joint Embedding Predictive Architecture model. The JEPA framework has been extended to video tasks (V-JEPA) , an

researchr-machinelearning
21 Jun 2026
Model Releases

I released a softmax-free attention model at GPT-2 Medium scale (~354M params, 11.5B tokens): structural sparsity + tile-skipping kernels for long-context VRAM savings. Open weights + custom Triton kernels [R]

DGX agent

A researcher released an open-source softmax-free attention model at GPT-2 Medium scale (354M parameters trained on 11.5B tokens) that uses structural sparsity and tile-skipping kernels to reduce VRAM

model-releasesr-machinelearning
21 Jun 2026
Hardware

An open handbook on LLM inference at scale (GPU internals, KV cache, batching, vLLM/SGLang/TensorRT-LLM) [P]

DGX agent

This handbook covers the technical aspects of running large language models efficiently at scale, focusing on GPU optimization techniques including GPU internals, key-value (KV) cache management, batc

hardwarer-machinelearning
20 Jun 2026
Research

TSAuditor: A time-series auditing framework [P]

DGX agent

TSAuditor is a contamination auditing framework for time series foundation models that uses probe adaptation dynamics to detect when evaluation datasets may have been exposed during pretraining, valid

researchr-machinelearning
20 Jun 2026
Research

Building a Custom Drones MuJoCo Environment [P]

DGX agent

This post likely covers the process of creating a custom drone simulation environment using MuJoCo, a physics engine commonly used in machine learning research. The project involves leveraging MuJoCo'

researchr-machinelearning
6 Jun 2026
Research

Best Visual Reasoning Model in 2026 (Including APIs) [D]

DGX agent

Gemini 3.1 Pro and Gemini 3-Pro lead visual reasoning benchmarks , with GPT-5.2, Kimi-K2.5, and GPT-5.2-Pro following . A 2026 evaluation benchmarked 15 leading multimodal models on visual reasoning a

researchr-machinelearning
4 Jun 2026
Research

NeurIPS used uncalibrated AI detector for desk rejections [D]

DGX agent

NeurIPS 2026 used an AI detector to identify policy violations, resulting in 178 desk-rejected submissions (18.4% of all submissions) and 123 flagged for further review (12.7%) . The detection approac

researchr-machinelearning
3 Jun 2026
Research

LLM agents patch security bugs, pass all tests, but still leave the vulnerability open [R]

DGX agent

Research demonstrates that LLM-based agents can generate functionally correct patches that pass all tests while still containing security vulnerabilities, challenging the assumption that test-passing

researchr-machinelearning
2 Jun 2026
Research

Do you see GNN's playing a meaningful role in astrophysics research? [D]

DGX agent

I need to check the actual content of this Reddit discussion to provide an accurate summary. Graph Neural Networks can learn environmental effects on galaxy properties, incorporating spatial relations

researchr-machinelearning
1 Jun 2026
Research

Real-time multilingual ASR using rolling buffers and monolingual models [P]

DGX agent

This research discusses a technique for enabling real-time multilingual automatic speech recognition (ASR) on edge devices by dynamically switching between compact monolingual models rather than using

researchr-machinelearning
1 Jun 2026
Research

When are ICML openreviews made public? [R]

DGX agent

Reviews and discussions for all accepted papers at ICML are made public on OpenReview after the reviewing period concludes. Authors of rejected papers may also opt-in to have their reviews and discuss

researchr-machinelearning
31 May 2026
Tutorials

I used the N.E.A.T algorithm to teach AI how to control a worm in my game in making! It uses evolution to improve. [P]

DGX agent

The N.E.A.T (NeuroEvolution of Augmenting Topologies) algorithm is an evolutionary machine learning approach that evolves neural networks to solve control problems. This post describes applying N.E.A.

tutorialsr-machinelearning
27 May 2026
Research

Physics Informed Neural Networks for damped harmonic oscillator and Burger's Equation (with extrapolation analysis) [P]

DGX agent

Physics-informed neural networks (PINNs) are machine learning models that incorporate physical laws and equations as constraints during training to solve differential equations. This post likely discu

researchr-machinelearning
27 May 2026
Research

Call for Papers - Workshop on Unlearning and Model Editing U&ME at ECCV 2026 [R]

DGX agent

This call for papers announces a workshop focused on the growing need for efficient and effective techniques for editing trained models, especially large generative models. The workshop solicits paper

researchr-machinelearning
25 May 2026
Research

DCGAN inference on a microcontroller: 12.6M parameters, 512KB SRAM, 26-second generation, pure C [P]

DGX agent

This post describes implementing DCGAN (Deep Convolutional Generative Adversarial Network) inference on resource-constrained microcontroller hardware, achieving image generation with a 12.6 million pa

researchr-machinelearning
25 May 2026
← Previous
1
Next →
173 results
← Previous
1234
Next →