r/MachineLearning
500 articles archived · Visit source ↗ · RSS
-
-
-
r/MachineLearning community 7d ago
acl arr august 2026 (desk rejected ) [D]
I have got two papers which got desk rejected by PC saying they are previously got reviewed in arr. But those paper never got submitted ever. Any idea what can be done?   submitted by   /u/malakulmout347 [link]   [comments]
36 -
-
r/MachineLearning community 8d ago
What coding practices are you adopting for development today? [D]
I have been reflecting on this while working on a project recently. Every time we start a new model, we rewrite roughly same scaffolding, data validation checks, feature transformation logic ; all of this is nealy 80 percent identical to last project I tired templating with…
38 -
r/MachineLearning community 8d ago
Research internship at MSR [D]
So got selected for a research internship at MSR, how good is the quality of work and how useful is it to move to Applied sciences or research sciences position at other FAANG companies after the internship. And any perks and other benefits that interns get during microsoft…
23 -
-
r/MachineLearning community 9d ago
EMNLP 2026 Findings : worth attending in person?[D]
Experienced folks!! Do u think it is worth attending the conference for findings. I do want to. But when I saw that it is not mandatory for findings, I was a bit hesitant. This is my first time having a paper accepted at an AI conference. Just wanna hear opinions/experiences…
20 -
r/MachineLearning community 9d ago
Is KV Cache in a high dimensional vector space? [D]
I've been doing some research on this question: At inference time a large part of a model's working memory lives in the KV cache, plus whatever external memory the harness bolts on. I've been poking at the storage-and-retrieval side of this, treating that cache as an index, and…
34 -
r/MachineLearning community 9d ago
Resizing images from Flutter Camera Stream for TFLite modle [P]
Hi everyone. So I built a CNN modle using MobileNetv3 then converted it into TFLite. It performed well during training but once I integrated it into my application, it is making large errors. From flutter, the camera stream sends frames and those are processed before the model…
30 -
r/MachineLearning community 10d ago
About the impact of grouping classes in multiclass classification [D]
A premise: I hope this question is "worth" of this subreddit, I did a decent amount of research before posting, I thought it was potentially interesting enough for it, but possibly not basic enough for r/learnmachinelearning . Is there any agreement/indication about how harmful…
10 -
r/MachineLearning community 10d ago
We got tired of trying 10 ML models every time we had a new dataset [P]
We've been building Arcliq ( Join Here:- https://arcliq.app ) for a while and finally feel comfortable sharing it. The annoying part of working with a new tabular dataset isn't usually writing the model code. It's everything around it: cleaning the data, figuring out…
29 -
r/MachineLearning community 10d ago
Looking for 1 teammate — RealPDE Competition (NeurIPS 2026)[D]
Registering for RealPDE (Sim2Real / LTTTA tracks — real PIV + CFD fluid dynamics data). Team cap is 3. If you've got a strong ML background and wanna participate, just DM me. Deadline's Aug 20, so move fast. 🔗 https://realpdecompetition.github.io   submitted by  …
26 -
r/MachineLearning community 11d ago
how can I learn Machine Learning for Astronomical use? [D]
Im new to Astronomy and Juypter Notebooks and Ai machine learning for sure I have little skill in python but quick learner especially visual learning. Are there any free tutorials I can use and free books to learn machine learning for astronomy Example: use machine learning to…
13 -
r/MachineLearning community 11d ago
Embedded spaces inspired on gravity [P][D]
https://preview.redd.it/x164c3ol59kh1.png?width=895&format=png&auto=webp&s=96fe040f824799f2175e526a0512e81367e04b0f tl;dr: I have a project that I think is really cool and as a non-researcher, I don't know what to do next and need advice. Project Overview [Me, my context] For…
6 -
r/MachineLearning community 11d ago
ICONIP 2026 — what happens if the sole author cannot attend in person? [D]
Hi everyone 👋 My paper was recently accepted to ICONIP 2026, but I’m the sole author and most likely won’t be able to attend the conference in person due to work commitments. I’m trying to understand what options might be available before I contact the organizers. Has anyone…
14 -
r/MachineLearning community 12d ago
Trained an diffusion model that runs on 264KB of RAM [P]
I recently bought a Shrike lite which has got 264KB of SRAM. I decided to train an image generation model that generates 32*32 pixel images. The microcontroller also has an FPGA onboard which I used to create two parallel INT8 MAC engines with 16 bit accumulation to speed up…
36 -
r/MachineLearning community 12d ago
ICLR numbered citations possible? [R]
The instructions say Author Year format. But I was wondering if do numbered instead (no space lol), will it be straight desk rejection? Has anyone submitted with numbered format before? How did it go?   submitted by   /u/confirm-jannati [link]   [comments]
25 -
r/MachineLearning community 12d ago
How to make any Sparse Attention / KV Compression look good? [D] [R]
Original Article - https://x.com/p_nawrot/status/2089315591010079034 I've spent the last few years working on efficient attention and KV Cache Compression. I've read many papers, dug deep into reference or official implementations of methods, and inspected appendices—and I think…
29 -
-
r/MachineLearning community 13d ago
Input 4-5x Reduction with sentence and keyword based trie on chat. [P]
Currently struggling with an automatic budget selection, at 25% it’s very similar to benchmarks accuracy and seems even better on actual chat input however it many times retrieves too much. It would be nice to add an algorithm that actually can determine better retrieval other…
11