r/MachineLearning
500 articles archived · Visit source ↗ · RSS
-
r/MachineLearning community 17d ago
PaddleOCR (v3/v4/v5/v6) implemented in C++ with ncnn [P]
Hi, About a year ago I shared my PaddleOCR implementation here. Since then I've made many improvements, and it now supports PP-OCR v3 through the latest v6 models. The official Paddle C++ runtime has a lot of dependencies and is very complex to deploy. To keep things simple I…
23 -
r/MachineLearning community 17d ago
Derivative-Free Neural Network Optimization: MNIST Case [R]
A direct optimization test was conducted on a neural network for MNIST image classification. The network features a 784-32-10 architecture with a total of 25,450 continuous parameters (weights and biases). Instead of employing backpropagation or gradient information, the…
26 -
r/MachineLearning community 17d ago
AMAZON ML SUMMER SCHOOL 2026 [D]
Can anyone please guide me on how to prepare for Amazon ML Summer School? I’m quite confused about where to start and what topics are most important for the selection process. Any tips, resources, or preparation roadmap would be really helpful. Thanks!   submitted by  …
24 -
r/MachineLearning community 18d ago
hubert.cpp, a C++ implementation of distilHuBERT [P]
I've written a C++ implementation of distilHuBERT. https://github.com/pfeatherstone/hubert.cpp It has no runtime dependencies, the weights are compiled into the library, it supports dynamic sizes, has performance on par with onnxruntime (in my tests) and can be easily integrated…
16 -
-
r/MachineLearning community 18d ago
5 ICML papers in 5 months [D]
“…5 papers at ICML (1 Spotlight)…” “…Five ICML papers is what a strong PhD produces in four years. I did it in five months…” I recently saw these posts from people at the same AI company. At first, I was extremely surprised. It turned out they were workshop papers. Am I missing…
12 -
r/MachineLearning community 18d ago
Post-docs in ML [D]
Are there any websites listing post-doc job opening in machine learning? Currently I'm using LInkedIn to search for these. When I was a math post-doc, everyone used "MathJobs.org" to find jobs. Is there a similar website for machine learning? Thanks.   submitted by  …
21 -
r/MachineLearning community 18d ago
Machine Learning Concepts [D]
Dear Folks, I have created multiple content on Machine Learning(work in progress), and they are free. I am a data scientist and a post grad degree holder in AI/ML from IIT. To help the machine learning community with important Machine Learning Concepts, I have created multiple…
29 -
r/MachineLearning community 18d ago
Is Symbolic Regression still a thing, given LLMs' performance? [D]
I've been teaching myself about Symbolic Regression (SR), which looks like a super exciting field. (A great intro resource below [1]). But then I was wondering: given LLMs' increasingly-growing power in generating code, which is in a way very similar to Symbolic Regression (or…
21 -
r/MachineLearning community 18d ago
[P] Extreme Imbalance Data from 100K dataset only have 56 failure [P]
as in the title, my goal is to predicting failure and RUL of machine, dataset is timestamp and when machine is failure it will labeled with 1 that only have 56 https://preview.redd.it/plbydmenmm6h1.png?width=1205&format=png&auto=webp&s=2fefe3cc2e3fe554b81c9e0b4012c5345e73ec3f…
15 -
r/MachineLearning community 19d ago
ACL ARR May 2026 Reviewer paper distributions [D]
ACL ARR May 2026 reviews are due on July 2. I do not see any reviewer assignement as of today. Will the review period be just 2 weeks in that case? Anyone got papers assigned for reviewing?   submitted by   /u/Impossible-Garden612 [link]   [comments]
27 -
r/MachineLearning community 19d ago
ICMI 2026 Reviews [D]
Did anyone else submit to ACM ICMI 2026? The reviews were recently released, and this is my first time submitting to ICMI, so I'm not very familiar with the acceptance patterns. I submitted a long paper and received the following overall ratings: 4 (Probably Accept), 3…
22 -
r/MachineLearning community 19d ago
How common are TMLR desk rejections with "not a suitable venue"? [D]
Submitted a short theoretical paper to TMLR and got desk-rejected with "does not meet our editorial standards or allow us to assess claims and evidence" and "not a suitable venue for this work." Is this a common outcome for first submissions? Curious what typically drives this…
33 -
-
r/MachineLearning community 19d ago
Should I Commit and Publish the Results? [R]
Hello Reddit I've been working on QSPR (Quantitative Structure-Property Relationship) analysis for chemical compounds mentioned in the Jean-Claude Bradley Open Melting Point Dataset . Basically the idea is to see how accurate a model can predict melting points of compounds using…
32 -
r/MachineLearning community 19d ago
Introducing Papers Without Code [P]
Hi, Niels here from the open-source team at Hugging Face. I've recently relaunched paperswithcode.co as a source for finding the state of the art (SOTA) across various AI domains, from 3D generation to AI agents. This is done by automatically parsing research papers published on…
36 -
r/MachineLearning community 20d ago
I Built Paper Deck: A Better Way to Discover AI/ML Papers [P]
I do AI research and keep juggling tabs: new ones on arXiv, trending ones on Hugging Face, famous ones somewhere else again. https://preview.redd.it/cg32bshjqd6h1.png?width=1919&format=png&auto=webp&s=00055bb8af699061be0bdcff59f2cb8fa9ab38b6 So I built one site that brings them…
11 -
r/MachineLearning community 20d ago
RFE‑Core2 — Current Understanding (June 9th 2026) [R]
“Why the system feels rigid, why downstream fixes didn’t move the needle, and what actually matters.” This is the clearest picture after the full probe arc (multilayer-lock → gate decomposition → attractor migration → reconstruction ablation → generator diversity audit →…
21 -
r/MachineLearning community 20d ago
iOS 27 Siri is using WaveRNN and FastSpeech2 [D]
Found from iOS Simulator's files. Both of them are in espresso format There's also another compiled CoreML for concert ranking and based on the content inside of it looks like to be a simple logistic regression. See…
38 -
r/MachineLearning community 20d ago
AI Epistemic Risks: Emerging Mechanisms & Evidence [R]
How will AI affect our ability to think and judge for ourselves? Our new paper co-authored by 30 experts explores epistemic risks —the threats AI poses to our collective capacity to form beliefs accurately, reason well, and maintain a healthy information environment. We look at…
20 -
r/MachineLearning community 20d ago
What will be the next breakthrough in ASR? [D]
Hey All, I am currently working on ASR models, and I have gathered some recent literature. From my literature search, it seems like the ASR models are getting more and more powerful due to two main things. Because pseudo-labelled data is growing, supervised models are rising…
35 -
r/MachineLearning community 20d ago
Understanding Pytorch better and Moving forward from papers [D]
Im moving to my final year of engineering, im panicking scared everything but im confident in myself. I can read papers, understand the code go through the architectures and see them at scale (in my head), while i struggle to interpret all the dimensions and helper functions…
27 -
r/MachineLearning community 21d ago
How to start open source contribution [D]
hi everyone, I created a blog around how I started open source contribution, documented all minute details. Please give it a read and give review as this is my journey to do blogging for the first time. It is free! https://substack.com/home/post/p-200202050   submitted by…
25 -
r/MachineLearning community 21d ago
I'd like to share an updated methodology for building agents.[P]
Hi guys, been exploring here for a while, wanted to share something we've been working on. It's called Spice, an open-source decision layer above agents. We have tons of great execution agents now — Claude Code, Codex, hermes, etc. They're good at doing stuff. But they're…
20 -
r/MachineLearning community 21d ago
STOP racist posts about Chinese researchers [D]
Yes, I'm calling it out. It IS racism. As an active member of r/MachineLearning and a researcher who is ethnic Chinese, I am DISGUSTED by unfounded accusations against the group of researchers who constitute over half of the field. Such posts pop up every other week, grounded in…
38 -
r/MachineLearning community 21d ago
Should ArXiv backtrack endorsement? [D]
ArXiv has an endorsement system for a reason. I would only offer endorsement to whom I have direct academic collaboration or mentorship with, since I'm putting my own academic reputation on the stake. This is also the standard of almost any serious academic researcher I am aware…
8 -
r/MachineLearning community 22d ago
How to find research opportunities in area of interest? [D]
Im an undergraduate studying CS at a state school in the US. I’m interested in researching a specific style of self supervised learning (JEPA) and want to eventually go to grad school to study further. I have experience working in a lab similar to this topic, and I’ve become…
37 -
r/MachineLearning community 22d ago
ICML rejected paper visibility [D]
If ICML conference paper is rejected and no one opts-in or opts-out to keep the reviews visible, will the reviews be visible to everyone? There was clear instruction that only papers with at-least 1 opt-in AND zero opt-out options will be visible. None of the authors selected…
7 -
r/MachineLearning community 22d ago
Software and ops skills for data scientists[D]
With more software engineers entering into data science and AI, I feel it's equally important for a person with data and AI background to dive into software development to survive, thrive in industry. I Know it's a very broad question, so suggestions with broad subjects, topics…
9