this post was submitted on 01 Sep 2026
4 points (75.0% liked)

AskBeehaw

3029 readers
14 users here now

An open-ended community for asking and answering various questions! Permissive of asks, AMAs, and OOTLs (out-of-the-loop) alike.

In the absence of flairs, questions requesting more thought-out answers can be marked by putting [SERIOUS] in the title.


Subcommunity of Chat


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

I know very little so please don't mind a lot of stupid questions. bee emoji

I want to do my masters in AI/ML but afraid that it will be difficult for me to understand. I am not a bright student and struggle with understanding maths a lot. how much maths does an average AI/ML person do in their job? what things I should keep in mind while learning AI/ML?

does whole AI/ML landscape has been taken over by LLMs? I have seen a lot of people complaining about CEOs shoving LLM every where instead of just a simple ML model.

what does AI/ML people do exactly? I mean what are their roles? does the most important task for an AI/ML person is to decide which model to use or is it preparing the data or understanding the requirements?

top 9 comments
sorted by: hot top controversial new old
[–] swicano@programming.dev 2 points 13 hours ago* (last edited 13 hours ago)

I work in AI/ML, and it's such a hilariously broad and meaningless field I don't even do remotely the same thing as my coworker in the same team hired on the same day. They work in agentic llm swarm research I work in CV/RL. Here's three papers I had to read recently, and not fully understand but extract usable insight from (why did they do what they did and can I use that for myself)

Upsample anything

Dinov3

~~LTGNN line transformer graph neural networks for robust line feature matching~~ just kidding this one isn't on arxiv

It takes me a couple hours to deeply read a paper, I'm not like, getting 100% from it till like the 4th read through and a couple pages of notes, or reading a couple background papers (such as the JBU paper for UpAnything). Try reading one or two and if it seems interesting then maybe that's an area in AI ML that might be interesting to you.

Remember the people doing the most math are the people doing ai ML academically in a masters or PhD, us commercial users tend to do less math and more "this new model came out can we apply it to our problem"

[–] HubertManne@piefed.social 2 points 14 hours ago (1 children)

Are you in CS now? How did you do in the algorithms class. Treat that class as the deciding factor of how much you will like it.

[–] heisenberg@beehaw.org 1 points 14 hours ago (1 children)

yes, I did okay in algorithms class. but I am sure if I give enough efforts I can do this

[–] DragonTypeWyvern@midwest.social 1 points 13 hours ago

Masters degrees aren't for people who did okay.

If there were circumstances that contributed to not doing as well as you could have you don't need to feel like you could do better, you need a specific plan to do better.

[–] Kissaki@beehaw.org 1 points 16 hours ago (1 children)

Asking how the job will be seems like the wrong question to me, when you're trying to answer what the studies will be. I would check with your uni instead.

Studies could be focused on maths or not. Jobs can be focused on maths if you're developing models and ml in depth, but is likely unnecessary if you're just training and assessing and embedding models, outside of maybe statistics, depending on use and needs.

LLM is a hot topic, but I suspect it did not overturn general ml.

I'm not in the field specifically, but we explore and discuss it at work, other team trained a model, and we use coding tools.

[–] heisenberg@beehaw.org 1 points 15 hours ago

Asking how the job will be seems like the wrong question to me, when you’re trying to answer what the studies will be

I want my study to be fruitful. that's why I also want to know about job opportunity. it's just that I don't see use cases of AI/ML in daily life. the only thing installed is an OCR. wanted some perspective that's all.

[–] KRAW@linux.community 1 points 16 hours ago* (last edited 13 hours ago) (1 children)

I would not enter AI/ML for one simple reason: it is oversaturated. Everyone and their brother is in tgis field, and even those outside of it still study it and us it. Unfortunately the way to stand out within AI/ML field is to have a very good mathematics/statistics foundation and really understand the theory behind it. You would be better served by getting skills in another field that AI/ML relies on or where AI/ML can be applier.

BTW, you should also state what you plan on doing with your degree. There is no point in getting a degree if there isn't a concrete benefit to doing so.

[–] heisenberg@beehaw.org 1 points 15 hours ago (1 children)

You would be better served by getting skills in another field that AI/ML relies on or where AI/ML can be applier

you mean something like python or SQL ? yes I want to master these tools but it takes a lot of time to do so.

main reason for having this degree is to get a decent job. besides it would be great if I can get into research area and teaching, I like doing that too

[–] KRAW@linux.community 1 points 13 hours ago* (last edited 12 hours ago)

I don't mean python and SQL. Anyone with a decent software background can pick that stuff up. As an example, my background is in high performance computing, networking, systems, and FPGAs. All of these are fields (well, maybe not FPGAs) that ML/AI rely heavily on, but if AI/ML disappeared tomorrow they'd still be incredibly relevant. Another approach is to study a domain science and apply AI/ML. For example, high energy physics leverages AI/ML, at least in research.

TBH, "wanting a good job" is a very generic response that needs more context. Are you moving from somewhere other than software? If you already have a software background, you might be better of self-teaching. If you are actually interested in research/teaching, that needs to be thought through very thoroughly. I say this as someone who just finished their PhD in CS, just to give context as to why I am being particularly intense on this point.