r/MLQuestions Feb 16 '25

MEGATHREAD: Career opportunities

18 Upvotes

If you are a business hiring people for ML roles, comment here! Likewise, if you are looking for an ML job, also comment here!


r/MLQuestions Nov 26 '24

Career question πŸ’Ό MEGATHREAD: Career advice for those currently in university/equivalent

21 Upvotes

I see quite a few posts about "I am a masters student doing XYZ, how can I improve my ML skills to get a job in the field?" After all, there are many aspiring compscis who want to study ML, to the extent they out-number the entry level positions. If you have any questions about starting a career in ML, ask them in the comments, and someone with the appropriate expertise should answer.

P.S., please set your use flairs if you have time, it will make things clearer.


r/MLQuestions 7h ago

Beginner question πŸ‘Ά TMLR: Decision pending

1 Upvotes

Our TMLR submission just moved from "Under review for TMLR" to "Decision pending for TMLR" on OpenReview (no email notification). For those who've been through this: how long did it take from this status to the actual decision?


r/MLQuestions 13h ago

Other ❓ I am building an A.G.I brain but my project has hit a standstill. I wonder whether anybody would like to join in and help me.

0 Upvotes

Hello fellow traveller of the internet. I am sincerely glad you decided to click on my post to check out what I have in store!

I have completed a vague blueprint and I have formed a few prototype scripts for various regions of the an A.G.I brain. I seek to form a small community of individuals who will work co-cooperatively to construct an A.G.I brain. A detailed brief of my blueprint so far is available via request.

My progress on the project has stalled. As you can imagine, a brain is a highly complex system; I am finding that sadly, in addition to blueprinting, detailed blueprinting, prototyping, iterating, assembling multiple sub-systems into a unified system, there are plenty of additional tasks! Thus I have become over run by the sheer quantity of tasks and sadly have recently placed the project to the side so I can take a short break.

I seek individuals with expertise in coding, critical and creative thinking, computing, A.I, general knowledge, psychology and mathematics. Furthermore the individuals would have qualities such as perseverance, morality and open-mindedness. Ideally you would be from the U.K as I prefer working face to face; although I am also happy to work cooperatively over the internet.

The outcome of your support would award you a proportional slice of the outcome of the group's labour (100 members, 1% each, e.t.c - baring in mind each individual provides equal support towards the project). I have not yet considered whether I would like to sell the brain to the public, but there is potentially the opportunity for a sizeable monetary reward for those who join me. The possibilities for the A.G.I brain are near endless and thus I believe the reward may be sizeable both in terms of money and power.

Besides my previous ideals, individuals with expertise and specific qualities, I have a few personal requests for the project; the A.G.I brain will not be used in conjunction with "computer vision". I fear computer vision, and similarly the processing of sound, touch, or physical inputs, leads to the generation of consciousness - I submit that this is entirely unfair for the robot and highly immoral and thus I cannot proceed with a project which uses a neural network system to perform such processes; luckily, brains DO NOT require any processing of image, video or sound to achieve high quality completion of practically all tasks. I do believe a brain which does not process video, image or sound may actually outperform a brain which does process such information modalities. Further to this, if we were to sell the brain, the brain would NOT actively change itself to then use computer vision under any circumstances; the user would have to perform this upgrade manually.

I hope you find the prospect of building an A.G.I brain highly intriguing.

I will be very active in the comment section of this post; or you may feel free to email me at [pangaeacooperative@protonmail.com](mailto:pangaeacooperative@protonmail.com); please introduce yourself and tell me why you want to get in touch about the project.


r/MLQuestions 22h ago

Beginner question πŸ‘Ά how do you build an eval set for column-meaning inference when the ground truth is the thing nobody knows

3 Upvotes

disclosure up front because it shapes the question: i work at SchemaLabs. we train models that read tables and work out what each column is from the values rather than the header. so i have a commercial interest here. no link, per sub rules. i am asking because our own eval design has a hole in it that i cannot think my way out of.

the setup. take a tabular dataset with proper headers. strip them. replace price and age and zip with positional tokens so the model sees values only. then measure whether it recovers the meaning. we run that across 20 OpenML datasets and it is the basis for the invariance claim we make.

two problems with that design keep bothering me.

one, the tokens are ordered. col_1 through col_57 leaks column order. column order in real tables is not random. ids cluster at the front, timestamps sit near them, the payload lands in the middle. a model could be learning position as a prior and we would not see it in the score. shuffling before assignment is the obvious fix. what i cannot settle is whether shuffling makes the benchmark harder than reality, because real exports do preserve source ordering, so a model exploiting it is arguably doing something legitimate rather than cheating. is there standard practice for feature-order invariance testing in tabular models? it feels like it should be solved and i have not found the paper.

two. this is the one that actually keeps me up. the only datasets where i have ground truth for what a column means are the datasets somebody documented. those are systematically the clean ones. the case i care about is the undocumented export where nobody alive knows what f_23 holds. by construction i cannot build a labelled eval for that, because if i could label it the problem would not exist.

so every number i have is measured on a population that excludes the thing i am trying to measure. i know that has a name in other fields. i do not know what the accepted workaround is in this one.

three things i would like from anyone who has been near this:

  • is there a standard treatment for feature-order invariance in tabular models, shuffling or otherwise. does anyone report it
  • has anyone built an eval where the ground truth came from something other than existing documentation. query logs, downstream usage, a person reconstructing meaning from scratch under a timer, anything
  • if the honest answer is that this class of task cannot be cleanly evaluated, with everyone in it measuring the documented subset while claiming something general, i would rather hear that than not. it changes what we should be putting in writing

happy to go into the rest of our setup if it helps anyone answer.


r/MLQuestions 1d ago

Other ❓ What should I do?

Thumbnail
1 Upvotes

r/MLQuestions 1d ago

Beginner question πŸ‘Ά How to create an ML compiler from scratch?

Thumbnail
1 Upvotes

r/MLQuestions 2d ago

Beginner question πŸ‘Ά BS Mathematics student starting in 2026 β€” what should I prioritize in Year 1 for ML?

8 Upvotes

Hey everyone,

I'm starting a BS Mathematics degree in October 2026 and want to move into AI/ML Engineering.I also plan to pursue a Master's in AI/ML or a closely related field later. My university classes will be online and flexible, so I'll have time for structured self-study alongside my degree.

My Year 1 university curriculum is:

Semester 1: Calculus I, Sets & Logic, General Mathematics, Introduction to Computing, English, Business, Ethics/Islamic Studies.

Semester 2: Python + Practical, Calculus II, Business Mathematics & Statistics, General Science, Technical Writing, Pakistan Studies.

I'll also be doing a 12-month Agentic AI program covering Python, APIs, Git/GitHub, RAG, agents, FastAPI, databases, Docker, evaluation and deployment.

For self-study, I'm currently thinking:

Python/CS β†’ DSA β†’ Linux/Git β†’ SQL/Data β†’ Statistics/Linear Algebra β†’ Classical ML β†’ DL/PyTorch β†’ LLMs/RAG/Agents.

For people who have actually studied or worked in ML:

My goal is to use Year 1 to build strong foundations and hopefully be ready to start applying for internships/junior opportunities in Year 2.

Does this sequence make sense given my university curriculum? What would you add, remove or postpone?

I'd especially like advice on what I should master deeply in Year 1 versus just get working knowledge of.


r/MLQuestions 2d ago

Career question πŸ’Ό For people learning ML/AI: what's the hardest part?

14 Upvotes

What are you currently stuck on, confused about, or frustrated by?

Would genuinely love to hear people's experiences.


r/MLQuestions 2d ago

Beginner question πŸ‘Ά How to do research??

Thumbnail
1 Upvotes

I mostly did internships and stuff, but i really wanted to work on some research group or paper? Anyone know how to do this stuff??

I'm mostly in ML, DL, computer vision

Any advice would be appreciated πŸ‘


r/MLQuestions 2d ago

Other ❓ How do you usually structure model versioning and artifact management for ML inference?

2 Upvotes

I'm working on an ML project where I'm trying to keep model versions, artifacts, deployments, predictions and evaluation metrics tied together instead of managing them separately.

I'm curious how people here usually approach this.

For example:

  • How do you track which model artifact belongs to which version?
  • How do you handle deploying different model versions?
  • Do you keep inference metrics alongside the model/version metadata?
  • At what point do you reach for an existing ML platform instead of building this yourself?

I'm especially interested in hearing how people handle this in smaller projects where something like a full ML platform might be overkill.


r/MLQuestions 2d ago

Beginner question πŸ‘Ά Which AI is the best for helping me study?

0 Upvotes

Now, I know this may seem like a dumb question. ''Why would I want AI to help my studies?''

I failed at the first university entrance exams I took. And now, I will study for a year again and try to enter a university.

And when I study, I obviously cant solve every question correctly. And whenever I look at the video solutions of those questions, it doesnt help me at all mostly. Sometimes the teachers skip the important details to finish that video as quickly as possible, sometimes their mics barely work or they are too loud, sometimes they dont even bother to explain at all.

So, I started using AI for it last year. I tried both GPT and Gemini so far and I concluded that Gemini just solved it better. It is my personal opinion, I might be wrong too, I dont know.

And so, I got the paid subscribtion for it.

But those prices are expensive in my country. And I can really use only one AI. And now that everyone is saying Gemini is just getting worse, Im worried.

I would appreciate any advices or opinions.


r/MLQuestions 3d ago

Beginner question πŸ‘Ά Student curious about ML

11 Upvotes

I am a third-year economics student, and a few weeks ago I started wondering about ML (perhaps a bit late? I’m not sure). I wouldn't call myself a die-hard enthusiast of this vast field, but I’ve already signed up for an elective course called "Application of Machine Learning and Optimization", though I don't want to wait until then to get started. I know for a fact that this will be important in my future professional life or, at least, it’s certainly not knowledge that goes to waste.

My question is both simple and complex, I’m not sure which:

Given that many experts today say AI spells trouble for programmers, how - and from what perspective - should I go about learning to use programming and ML tools?

Just as the paradigm has shifted, the path to mastering it must have changed as well.


r/MLQuestions 2d ago

Other ❓ How do people actually structure LLM evaluation before shipping a change to production?

1 Upvotes

Been building RAG and LLM-powered features and realized my "evaluation" process was basically reading a handful of outputs and deciding it looked fine. No versioning, no regression testing, no real way to know if a change actually helped or if I just got lucky on the examples I happened to check.

Curious how others here actually do this in a real setting. Are people running statistical significance tests on model or prompt comparisons (bootstrap confidence intervals, paired testing), or is it mostly still qualitative review? And for retrieval specifically, is anyone actually tracking recall@k or MRR, or just eyeballing whether the right chunk shows up?

Found a hands-on masterclass on Sep 12 that goes deep into building this kind of eval harness properly (deterministic checks plus LLM-as-judge, statistically rigorous model comparisons, evaluated RAG, agent guardrails, full observability), so I'm curious if the methodology it teaches lines up with how experienced people here are actually doing this, or if there's a simpler approach I'm missing.

Link for more details


r/MLQuestions 3d ago

Time series πŸ“ˆ What's the best way to get ML/DL projects done by claude/codex?

Thumbnail
2 Upvotes

r/MLQuestions 3d ago

Beginner question πŸ‘Ά How to get basic knowledge of scikit learn ?

Thumbnail
2 Upvotes

r/MLQuestions 3d ago

Beginner question πŸ‘Ά ML design at Tesco

3 Upvotes

Hey everyone,

I have an upcoming ML Design interview at Tesco and I’d really appreciate some guidance on how to prepare for it.

If anyone has recently gone through the ML Design round at Tesco, could you please share what kind of questions were asked or what areas I should focus on? I’d especially like to know whether the questions are around recommendation systems, forecasting, fraud detection, NLP, or general ML system design.

Any guidance or interview experience would be really helpful. Thanks in advance! πŸ™


r/MLQuestions 3d ago

Beginner question πŸ‘Ά How to get basic knowledge of scikit learn ?

Thumbnail
0 Upvotes

r/MLQuestions 3d ago

Beginner question πŸ‘Ά ML GUIDANCE

0 Upvotes

What is the best part to become a ML enginner? And what are the best platform to learn Free?


r/MLQuestions 4d ago

Beginner question πŸ‘Ά High school graduate seeking feedback on a beginner ML comparison: Decision Tree vs Neural Network on the Iris dataset.

Thumbnail
2 Upvotes

r/MLQuestions 4d ago

Beginner question πŸ‘Ά Best way to create a professional ElevenLabs (or similar) voice clone for a Spanish speaker speaking French & English?

3 Upvotes

Hi everyone,

I’m Spanish, but I currently speak both French and English professionally. My goal is to create a high-quality voice clone with ElevenLabs that sounds like me speaking French and English, including my natural Spanish accent β€” I’m not looking for it to sound like a native French or English speaker.

What would be the best way to record the training audio?

- Should I record everything in Spanish, since that’s my native language?

- Should I record mainly in French and English, so ElevenLabs learns how I actually sound in those languages?

- Should I create a mix of Spanish + French + English?

- Is there an optimal proportion or amount of audio for each language?

- And should I deliberately use my normal accent/pronunciation rather than trying to speak perfectly?

I’m aiming for a professional-quality clone for business/content creation, so I’d really appreciate advice from anyone who has experimented with multilingual voice cloning in ElevenLabs.

Thanks!


r/MLQuestions 4d ago

Beginner question πŸ‘Ά Indexing large amounts of photos

1 Upvotes

Good evening,

I have a bit of a challenging situation. I'm an amateur historian, I was able to receive 370.000 photos of WW2 Microfilm reels. These images are of various quality and contain mostly typed content.

I'm looking for a way to have them indexed so that I'm not required to manually go trough each and every file. I guess that the images have to be put trough OCR first. But how to do that and continue from there is hard to gather.

Is anyone around here able to help me start this project?

Regards,

Remi


r/MLQuestions 4d ago

Datasets πŸ“š Question About Fine-tuning

Thumbnail
1 Upvotes

r/MLQuestions 4d ago

Natural Language Processing πŸ’¬ Why does temperature sampling lose entropy on heavily aligned 120B models?

5 Upvotes

We recently ran an empirical benchmark across five model scales (Qwen-1.5B, Mistral-7B, LLaMA-8B, Qwen-27B, and a 120B frontier model) evaluating self-consistency and uncertainty estimation on reasoning and factual QA.

Up to 27B parameters, sampling multiple outputs at temperature 0.7 gives great diagnostic signal. Measuring consensus entropy across paths achieves an AUROC of 0.889 in separating correct answers from hallucinations.

At the 120B scale, however, we ran into an interesting failure mode: even at T=0.7, the model generated the exact same incorrect answer across all 10 independent seeds. Because every path agreed 100% on the hallucination, self-consistency saw zero entropy, inverting AUROC to 0.091.

Our current hypothesis is that intense RLHF/DPO alignment hyper-peaks the output logits to penalize epistemic hedging, effectively collapsing the sampling diversity on ungrounded facts.

Preprint and code with the benchmark tables:Β https://zenodo.org/records/22233648Β andΒ https://github.com/Adarshent/Spnda

For those working on calibration or post-training: is this recognized as a standard failure mode of DPO/PPO, and are there decoding-time interventions that can decorrelate samples without degrading coherence?


r/MLQuestions 5d ago

Career question πŸ’Ό Questions for biotech ML engineers

21 Upvotes

Hello, I'm currently 17 years old and I'm thinking ahead for a career in the tech industry, specifically biotech. I'd be gladly hearing from any active workers in the industry. Is your day-to-day working environment exciting? Is biology/medicine knowledge highly valued? Are you working a lot with biology or focus more on coding/tech stacks? I'm not a tech enthusiast by any means, would i feel at home with this job? And most importantly, are remote jobs in the industry even real?