✕ Clear all filters
460 articles
▶ Videos →

📰 Reddit r/MachineLearning

460 articles · Updated every 3 hours · View all reads

All Articles 117,124Blog Posts 125,123Tech Tutorials 29,949Research Papers 23,710News 17,258 ⚡ AI Lessons
Reddit r/MachineLearning 13h ago
Why doesn't the ML research community limit the number of submissions per author? [D]
I am currently working across multiple research communities, and I've noticed that the ML community is struggling with a massive volume of submissions, which is
Reddit r/MachineLearning 14h ago
Mapping world model taxonomy [P]
Hey ML community! I’ve been exploring world models and wrote a short article aimed at making the concept easier to understand. I also propose a framework for cl
Please help me understand figure on subspace similarity in LoRA paper. [D]
Reddit r/MachineLearning 15h ago
Please help me understand figure on subspace similarity in LoRA paper. [D]
I am studying
Reddit r/MachineLearning 15h ago
How should I approach training this specific ML model for my startup project [D]
So, I am working on this startup project with pretty low budget and one of the features is sentiment analysis based on political news, x posts and Instagram has
Reddit r/MachineLearning 1d ago
Hyperparameter tuning approach question [R]
I am doing some work with cell type classification, where I have 4.3 million cells and 512 features (condensed embeddings from the encoder of a transformer). Th
I built IMGNet – a face verification model that identifies people using sign patterns, not cosine similarity [R]
Reddit r/MachineLearning 1d ago
I built IMGNet – a face verification model that identifies people using sign patterns, not cosine similarity [R]
<img src="https://preview.redd.it/otbyst8xt8ch1.png?width=140&height=62&auto=webp&s=46b03b6127f5d8e2803fe6294d14a7de7196df57" alt="I built IMGNet –
Reddit r/MachineLearning 1d ago
Talos-XII: hand-written autograd + small RL/MLP stack in Rust, applied to gacha probability modeling (no tch-rs/ndarray/PyTorch) — looking for benchmark help on ARM/AVX-512/GPU [P]
What it is Talos-XII is a CLI simulator for the gacha system in Arknights: Endfield. Rather than sampling from a static probability table, it trains a small set
Reddit r/MachineLearning 1d ago
Journals vs Conferences ML Research [R]
Lately in the last two/three years, I have noticed ICML, Neurips becoming more prestigious than the actual journals. What is the actual reason of this culture?
Reddit r/MachineLearning 🤖 AI Agents & Automation ⚡ AI Lesson 2d ago
AIP v1.1.0: a spec for verifiable, auditable, private-by-structure coordination (with a ZK principal-attestation primitive) [R]
Hello r/machinelearning ! I've been working on a protocol for a bit now and have just released a whitepaper with the implementation on GitHub. It's a spec and r
Reddit r/MachineLearning 📐 ML Fundamentals ⚡ AI Lesson 2d ago
Reducing drift in interactive world-model rollouts: a mixed bidirectional/autoregressive attention mask + distillation over long self-rollouts[R]
Read through the method behind an open-weights interactive world model whose weights just went public. The backbone is a causal DiT generating frames live, cond
Reddit r/MachineLearning 🛡️ AI Safety & Ethics ⚡ AI Lesson 2d ago
Agentic safety triggers aren't textual safety triggers — MCP attacks that beat SOTA guardrails more than half the time (code + dataset) [R]
Most safety alignment work treats "detect the attack" as a text classification problem — does the prompt contain language the model's safety guardrails should c
Reddit r/MachineLearning 🧠 Large Language Models ⚡ AI Lesson 2d ago
LingBot-Video: sparse-MoE video diffusion transformer (13B total, 1.4B active) post-trained as an action-conditioned world model[R]
Single-stream diffusion transformer with a DeepSeek-V3-style sparse MoE (128 experts, top-8 routing, 1.4B active of 13B total). Six-reward RL post-training incl
Reddit r/MachineLearning 📄 Research Papers Explained ⚡ AI Lesson 2d ago
First time ARR users - some questions [D]
We submitted our first paper to ARR, intending to commit to IJCNLP-AACL. Area: Multilingualism and Cross-Lingual NLP Scores: (3,4) (2.5,3) (3,3) - average 2.83
Reddit r/MachineLearning 📐 ML Fundamentals ⚡ AI Lesson 2d ago
I built my own deep learning library from scratch [P]
🎉 Excited to share that I’ve published my first Python package on PyPI! SimpleGrad is a lightweight PyTorch-inspired autograd library built from scratch that l
Reddit r/MachineLearning 🧠 Large Language Models ⚡ AI Lesson 2d ago
DINOv2 way worse than SigLIP in k-NN. Is this expected? [R]
Doing a bachelor thesis on fine-grained car classification (telling apart VW Golf generations from listing photos). Simple setup: frozen encoder → embeddings →
Reddit r/MachineLearning 2d ago
COLM 2026 Decision Discussion [R]
COLM 2026 Decision about to come soon so lets talk here. submitted by /u/North_Menu718 [link] [comments]
Reddit r/MachineLearning 📐 ML Fundamentals ⚡ AI Lesson 2d ago
ECCV: Will there be another confirmation after “provisionally accepted”? [D]
I understand that it may not be appropriate to call it “officially accepted” yet because of the wording used in the notification, and I also saw on Twitter/X th
Reddit r/MachineLearning 3d ago
ACL ARR May 2026[D]
Lets Discuss your experience in reviews in the threads (as a reviewer and an author)....also any ACs, how was the avg score this cycle in your lot? submitted by
Reddit r/MachineLearning 📐 ML Fundamentals ⚡ AI Lesson 3d ago
Learning FlashAttention the Hard Way. Part 1: The Algebraic Foundation [D]
I'm writing a short series of tutorials on FlashAttention: from theory to efficient CUDA kernels. Part 1 is the theoretical foundation. It walks through a moder
What if a model could only learn what trusted LoRA adapters can express? [R]
Reddit r/MachineLearning 3d ago
What if a model could only learn what trusted LoRA adapters can express? [R]
Hello<br/