r/MachineLearning
500 articles archived · Visit source ↗ · RSS
-
r/MachineLearning community 1mo ago
RAGless: Q-Q retrieval with score aggregation for closed-domain FAQ [P]
What it does RAGless is a semantic retrieval system based on Question-to-Question matching. At ingestion, an LLM generates multiple question variants per answer (3–5) and each variant gets its own embedding. At query time, the user question is embedded, Top-K nearest question…
23 -
r/MachineLearning community 1mo ago
[D] Looking for people serious about ML, DL & DSA 🚀[D]
I recently started a Telegram community called The Daily Commit. The goal is simple: stay consistent and hold each other accountable. What we do: 🧠 Share what we learned every day. ❓ Discuss ML, DL & DSA doubts. 📚 Share quality resources. 🚀 Build projects together. 💪 Stay…
26 -
r/MachineLearning community 1mo ago
ECCV 2026 Final Decisions after Provisional Acceptance [D]
Has anyone actually received final acceptance following their provisional acceptance email from ECCV 2026? I am very confused. Thank you so much.   submitted by   /u/Land_Heavy [link]   [comments]
15 -
r/MachineLearning community 1mo ago
Double-Blind submission in single-blind tracks [D]
Hi everyone. First-time reviewer for data mining venues here. For the applied tracks in ICDM and KDD, the CFP states submissions should be single-blind, showing the author's name and affiliations. I received some submissions in double-blind (no author names and affiliations).…
9 -
-
-
r/MachineLearning community 1mo ago
Kicking off GPU Mode [D]
Hey ! I’m starting a series to document my work on GPU infrastructure, LLMs, and CV. Stop #1 is up: A brief look at why GPUs are the center of the industry, the CPU/GPU divide, and why nvidia-smi is the first place you check when things break. We’ll move past the basics quickly…
27 -
r/MachineLearning community 1mo ago
I silently break training codes or configs so I made pybench [P]
It is like pytest but for statistical tests: it ensures no regression of your metrics at a statistical level. It manages tedious things such that seeds, past benchmark results, ... Simple CLI working like pytest but with benchmarks/ directory instead of tests/: pybench # 1st…
38 -
r/MachineLearning community 1mo ago
Late Submission of NeurIPS Review [R]
I submitted one of my NeurIPS review ~6 hrs later than the official deadline. Will this still affect my own submission? Asking because I’m a first time reviewer. I pinged the AC a day before that I might be a few hours late, but didn’t hear back. So wondering if I might have…
25 -
-
r/MachineLearning community 1mo ago
Live Continual Learning in Machine Learning [D]
My question on live continual learning use cases was removed by moderators here because they think i asked basic level question about live continual learning which i thought is a frontier level research. But anyways. Is anyone interested in talking about continual learning…
30 -
r/MachineLearning community 1mo ago
Live Continual Learning in Machine Learning [D]
What is live continual learning? Who uses it and what are the use cases? Is it for hospitals, legal? Or corporate? Who are the real users? In the bigger picture what is it even useful for?   submitted by   /u/fourwheels2512 [link]   [comments]
37 -
r/MachineLearning community 1mo ago
For ECCV, Springer Metor. How are we supposed to upload the files? [D]
source files + final paper pdf. ZIP containing the source files and final paper.pdf. Where does the supplemental materiel get uploaded? Because in that email it says include it in a "supplementary_materiel" folder. this is all very confusing. can someone clarify?   submitted…
15 -
r/MachineLearning community 1mo ago
Kuma: compiling PyTorch models into self-contained WebGPU executables [P]
I've been experimenting with a compiler/runtime project that I'm not entirely sure is a good idea, so I'd love some feedback from people who've worked on deployment systems. The idea is to compile an exported PyTorch model into a self-contained package that contains: graph…
33 -
r/MachineLearning community 1mo ago
Dev Log on Steam Recommender[P]
Since the steam sale is live I wanted to post a Dev log on my personal project https://nextsteamgame.com/ sharing some outcomes from the web traffic and how I changed the project from the great feedback I got! I made a post about a month ago explaining how I made this opensource…
37 -
-
r/MachineLearning community 1mo ago
ECCV 2026 camera-ready deadline: June 27 or June 30? [D]
In the recent Springer/Meteor email, it says: The deadline for the upload of the camera-ready manuscripts and source files is 30 June. This is a hard deadline and will not be extended. However, in the same email, the Meteor submission line for my paper says: submission due: June…
35 -
-
r/MachineLearning community 1mo ago
Does ML background help or hurt when applying for security roles [D]
Worried recruiters see "ML/AI engineer" on a resume and assume zero security depth, even with real hands on work in the space. Anyone hired into security from a non-traditional background like this — how'd you frame it?   submitted by   /u/Xorphian [link]   [comments]
27 -
-
r/MachineLearning community 1mo ago
Looking for arXiv endorsement (eess.AS or cs.SD) [R]
Hi, I'm an undergrad researcher looking for an arXiv endorsement to submit my first paper in the audio/speech processing domain (keyword spotting on microcontrollers). I've submitted to a peer-reviewed IEEE conference and am awaiting results, but want to get a preprint up in the…
26 -
r/MachineLearning community 1mo ago
Any ideas for unconventional ML projects? [D]
Hey everyone, I'm a stats student and I'm struggling to come up with a personal machine learning project. I just can't seem to find an idea that genuinely sparks my curiosity, and that's usually how I learn best. For example, back when I was learning SQL, I got so obsessed with…
6 -
r/MachineLearning community 1mo ago
Xperience-10M Download Help [D]
Hi, I really really need access to Xperience-10M for a deadline which is very soon. https://huggingface.co/datasets/ropedia-ai/xperience-10m Unfortunately, it looks like the owners have stopped approving people to download the dataset. I filled out the form a few weeks ago but…
27 -
r/MachineLearning community 1mo ago
High Dimensional, Dynamic Rotary Positional Embedding [P]
At the end of my last post , I presented an idea: what if I used the core of my last project, the cumulative matrix product, and repurposed it as a positional embedding? I just finished fleshing out the math behind HDD-RoPE and training a model with this positional embedding…
31 -
r/MachineLearning community 1mo ago
I made a superhuman Generals.io agent with self-play RL [P]
Hi everyone, I trained a self-play RL agent for Generals.io that reached superhuman-level and ranked #1 on the human 1v1 leaderboard. It began as my master's thesis where the goal was to beat a prior algorithm based agent. We succeeded using behavior cloning, RL fine-tuning and…
6 -
-