r/MachineLearning
500 articles archived · Visit source ↗ · RSS
-
r/MachineLearning community 1mo ago
Tom Yeh's AI by hand? is it worth it? [D]
Thinking about getting two months at his website and getting a stronger understanding of machine learning since I am building tools with ai models from hugging face. Have anyone tried it?   submitted by   /u/TheSmashingChamp [link]   [comments]
11 -
r/MachineLearning community 1mo ago
Small Language Model SLM [D]
Hi, I am supposed to prepare for SLM and its software part for an on campus internship, i've worked with local models like ollama generally,in my projects and also with open claw so can anyone guide me the last 2-3 days tips on what should i go through for this internship prep??…
19 -
r/MachineLearning community 1mo ago
What does "Safe AI" look like? [D]
​ For open-weight LLMs, how practical is it to study defenses against post-release fine-tuning that weakens refusal or safety behavior? I've been seeing “uncensored” or “heretic” variants of new models appear very quickly after release, which raises a question I’m curious…
28 -
r/MachineLearning community 1mo ago
Looking for feedback on a small test SLM I built completely from scratch [P]
Architecture: - Parameter count: 216.5M - Layers: 10 - Attention / no attention:** Attention — 12-head multi-head self-attention, RoPE positional encoding, SDPA. Decoder-only, pre-norm, RMSNorm + SwiGLU, tied input/output embeddings. (hidden 1032, head_dim 86, FFN 4416) -…
19 -
r/MachineLearning community 1mo ago
Has anyone tried this approach with Fast Byte Latent Transformers ? [R]
Paper Referred:- https://arxiv.org/pdf/2412.09871v1 Has anyone switched the transformer in the entropy model here to a Mamba model ? What could be the possible changes ? Just a ML fresher asking a genuine, since Mamba is more popular and saves computer (O(n)). Thanking you in…
18 -
r/MachineLearning community 1mo ago
Books/Resources to improve mathematical foundations for ML research [D]
I am a mid to late stage PhD student in ML. I've known this before, but only recently I started feeling this urgently: my mathematical foundations are shaky, because I kept "learning-things-as-I-go" when working on various problems. I likely have only a year or two left until I…
12 -
r/MachineLearning community 1mo ago
IN 2026 ML BOOK OUTDATED? [D]
Hello everyone. I wanted to ask if the below book is a good source of machine learning in 2026 or if it is now outdated and if there are better options. Hands-on Machine Learning with. Scikit-Learn, Keras, and TensorFlow : The Third Edition (1200 pages).   submitted by  …
11 -
r/MachineLearning community 1mo ago
What do you think about paper fishing? [D]
I am working in a research group in Germany, not that well known but in general good output. I have one colleague who does nothing in his PhD. He does not want to work, or he is not able to do any good research, his level is super bad. Plus He doesn’t even care about that. To…
30 -
r/MachineLearning community 1mo ago
SentryCode: Real-time Auditor + Honeytokens for AI Coding Agents [P]
In light of recent privacy concerns arising from local AI coding agents performing telemetry, environmental scanning, and hidden cue fingerprinting, I've open-sourced SentryCode—a kernel-level behavior auditing tool. It logs file/network/cue activity, uses honeypot tokens for…
12 -
r/MachineLearning community 1mo ago
[D] Self-Promotion Thread
Please post your personal projects, startups, product placements, collaboration needs, blogs etc. Please mention the payment and pricing requirements for products and services. Please do not post link shorteners, link aggregator websites , or auto-subscribe links. -- Any abuse…
17 -
r/MachineLearning community 1mo ago
Making Optimization Work When Labels Are Scarce [R]
https://www.gnosyslabs.com/case-studies/safety-classifier-sparse-labels Gnosys is an autonomous model engineer: it improves prompts and classifiers when ground truth is too sparse for conventional optimization. On ToxicChat, a public safety benchmark, under realistic label…
23 -
-
r/MachineLearning community 1mo ago
New PyMuPDF release, supports Markdown [N]
https://pymupdf.io/blog/markdown-in-pymupdf-1-28 PyMuPDF 1.28 release, introduces Markdown as a first class document in PyMuPDF. Seems useful for a variety of workflows. You can create PDFs from Markdown text with control over appearance using CSS   submitted by  …
9 -
r/MachineLearning community 1mo ago
ACL ARR May 2026[D]
Hi everyone. Do the ACL arr may 2026 reviews come out of July 2nd or do they come out on July 7 th?? How much does one need to get into Main or Findings? I am a bit new to this. Thanks a lot folks.   submitted by   /u/Anshuman3480 [link]   [comments]
12 -
r/MachineLearning community 1mo ago
How to "actually" network for jobs at ML conferences? [D]
Attending ICML for the first time (virtually) next week as a 3rd year PhD student in the US. I want to get into industry after finishing and have heard a lot about the benefits of networking at conferences to build industry connections. How do you actually go about doing this?…
30 -
-
r/MachineLearning community 1mo ago
[D] Simple Questions Thread
Please post your questions here instead of creating a new thread. Encourage others who create new posts for questions to post here instead! Thread will stay alive until next one so keep posting after the date in the title. Thanks to everyone for answering questions in the…
36 -
r/MachineLearning community 1mo ago
[D] Monthly Who's Hiring and Who wants to be Hired?
For Job Postings please use this template Hiring: [Location], Salary:[], [Remote | Relocation], [Full Time | Contract | Part Time] and [Brief overview, what you're looking for] For Those looking for jobs please use this template Want to be Hired: [Location], Salary…
16 -
r/MachineLearning community 1mo ago
REAP: Automatic Curation of Coding Agent Benchmarks from Interactive Production Usage [R]
  submitted by   /u/julian88888888 [link]   [comments]
13 -
r/MachineLearning community 1mo ago
Are all LLM research papers nowadays 100+ pages beasts?[D]
Was reading some research papers put out by Anthropic (and some other organizations/researchers) and one thing I've noticed is that these research papers consistently all share the same quality: Oftentimes over 100 pages of pure words, interspersed with screenshots of very…
25 -
-
r/MachineLearning community 1mo ago
Loss functions in Instance Representation Learning [R]
In Wu et. al , the MLE objective is computationally infeasible due to the high number of images in the dataset. Non-parametric Softmax Negative Log-Likelihood With large n, the denominator in (2) is hard to compute. Therefore, they use NCE (Noise-Contrastive Estimation). The NCE…
35 -
r/MachineLearning community 1mo ago
Price elasticity model [R]
Need to build a ml model to find the price elasticity at the product group level first the given price and discount. What are features I need have and which model used in the industry for these type of use cases . I have used regression and random regression to predict the qty…
30 -
r/MachineLearning community 1mo ago
I'm trying to implement CALM paper, and I have some questions. [P]
Hello, I'm trying to implement the Pocket TTS by kyutai-labs represented by this paper . Since they have didn't released the training/fine-tuning code. I'm trying to implement it on my own for learning some stuff. I have read the paper, tried to implement it with much more…
34 -
r/MachineLearning community 1mo ago
Adaptive Mixture of Experts Gate (AMG) [R]
[Project] Post-hoc Adaptive MoE Gating on Qwen3.6-35B — empirical benchmarking of an open research gap Adaptive MoE routing — selecting a variable number of experts per token based on routing confidence — has been studied in papers (XMoE 2024, DynMoE ICLR 2025, TopP routing…
5 -
r/MachineLearning community 1mo ago
EML Trees are Universal Approximators [R]
Hey! The EML function made the rounds recently on the internet as a “cool trick” that allows for the representation of all elementary functions through composition. As a mathematical curiosity, we prove a universal approximation theorem for EML(-type) trees. Intuitively, one…
11 -
r/MachineLearning community 1mo ago
What do you think of Recursive Self Improvement ? [D]
There was a workshop in ICLR Recursive Self Improvement. Is this something worth pursing for a Phd topic? Webpage : https://recursive-workshop.github.io/   submitted by   /u/Successful_Bowl2564 [link]   [comments]
34 -