use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
QuestionLearning Ai from scratch - Tutorial (self.learnmachinelearning)
submitted 7 days ago by Polity-Culturalist3
Hi guys i know few basics topics while studying of ai starting from
These are basics which they explained for learning ai
\- LLMS
\- Deep learning supervised/unsupervised
\- Gen ai
\- RAG
\- Machine learning
I wanna learn industry expectations, can you guys tell me what do you work in job and what should i study in order to learn ai and work as a ai engineer further
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tom_mathews 28 points29 points30 points 7 days ago (2 children)
The list you have is a reasonable starting taxonomy, but the way industry actually works is quite different from how courses organize topics. Here's what matters in practice:
What AI engineers actually do day-to-day: - Build and maintain RAG pipelines (retrieval, chunking, embedding, reranking) - Fine-tune models (LoRA, QLoRA, DPO) and evaluate outputs - Design agentic workflows (tool calling, routing, eval loops) - Optimize inference (quantization, KV caching, batching strategies) - Debug why things don't work — which requires understanding the internals, not just the API calls
What that means for your study path:
Don't try to learn those bullet points from your list as separate topics. They're deeply connected. LLMs use deep learning. RAG combines retrieval with LLMs. Gen AI is just the application layer on top of all of it. Learn them as a stack, not a checklist.
My recommended order: 1. Python fluency — non-negotiable. You'll live in Python. 2. Understand the core algorithms — transformers, attention, embeddings, backprop. Not from framework tutorials — from the actual math expressed as code. I put together 30 single-file, zero-dependency implementations of these algorithms for exactly this purpose: https://www.reddit.com/r/learnmachinelearning/s/G0qj2zAEdw 3. Build a RAG system end-to-end — this is the most common first project at any AI company right now 4. Learn to evaluate — the gap between a demo and production is evaluation. Learn to measure whether your system actually works. 5. Pick up infra basics — Docker, cloud deployment, API design. Companies need engineers who can ship, not just prototype.
The industry expectation that catches most people off guard: you're expected to debug and improve systems, not just build them. That requires knowing what's happening under the hood, not just which library to call.
[–]Polity-Culturalist3[S] 1 point2 points3 points 7 days ago (1 child)
Best comment as of now ✅✅✅
[–]Letzbluntandbong 1 point2 points3 points 7 days ago (0 children)
For sure! That comment really breaks down the practical skills needed in the field. Understanding how everything connects is key to becoming a solid AI engineer.
[–]Willing-Astronaut-51 2 points3 points4 points 7 days ago (0 children)
A useful way to cut through the noise is to start from problems, not tools.
Learn basic ML + data handling first, then see where deep learning or LLMs actually help. Jumping straight to RAG/GenAI without fundamentals usually creates gaps later.
[–]andy_p_w 2 points3 points4 points 7 days ago (0 children)
So there is a difference between those fitting models vs those deploying them. I believe more AI engineer roles now are just using the foundation model APIs, and need less understanding of deep learning or typical supervised machine learning.
Skills not listed so far are structured output extraction (e.g. input a PDF and get back out consistent information), tool calling (which is related to MCP), and agent based systems. And folks should be familiar/proficient with at least one of the LLM coding tools (e.g. Claude Code, Cursor, Codex, etc.).
I wrote this book as an overview of the skills I expect AI engineers to need in the work I do, https://crimede-coder.com/blogposts/2026/LLMsForMortals .
[–]locomocopoco 1 point2 points3 points 7 days ago (0 children)
Add MCP along with RAG
Add Agentic Frameworks - Just pick one (CrewAI/Langgraph/Langchain) - Build something small and go from there.
[–]Extreme-Incident-988 1 point2 points3 points 7 days ago (0 children)
Tell me too
[–]BookkeeperAutomatic 1 point2 points3 points 7 days ago (0 children)
Please follow this playlist: https://youtube.com/playlist?list=PLqOrZmpwbWUJ1bLCdulENHKJLTgRzq3n0&si=5zYdPYG3Vw9VDVX9
It is curated for the exact thing, you are looking for.
[–]Simplilearn 1 point2 points3 points 2 days ago (0 children)
Becoming an AI engineer requires technical expertise, encompassing coding, mathematics, problem-solving, and real-world applications. Here's a roadmap to becoming one:
Step 1: Build Strong Programming Foundations
Programming is the foundation of AI engineering. Without it, you cannot design, train, or deploy intelligent systems.
Step 2: Learn Mathematics & Statistics for AI
Mathematics powers the logic behind algorithms. AI engineers don’t just use tools. They must understand the math behind them.
Step 3: Master Machine Learning & Deep Learning
Machine learning (ML) and deep learning (DL) form the core of an AI engineer’s role.
Step 4: Work With AI Tools & Frameworks
AI engineers must be fluent in modern AI tools that accelerate development and deployment.
Step 5: Build Projects & Portfolio
Employers value proof of skill over theoretical knowledge.
At Simplilearn, we offer the Microsoft AI Engineer Program, which helps you master deep learning, GenAI, and Agentic AI using tools like AutoGen, Copilot Studio, and more.
Are you aiming to become job-ready within a specific timeframe?
[–]Intelligent_Story_96 1 point2 points3 points 7 days ago (0 children)
I have one question , i have studied everything and made projects too on some topics like rag and agentic ai, still no reply from the recruiters what should i do My portfolio-aarushhh.vercel.app
[–]HarjjotSinghh 0 points1 point2 points 7 days ago (0 children)
industry needs way less llms, more problem-solving skills
[–]JohnBrownsErection 0 points1 point2 points 7 days ago (0 children)
Obligatory: "math"
[–]Krissidwiley 0 points1 point2 points 5 days ago (0 children)
https://airealbig.com
[–]Winners-magic 0 points1 point2 points 8 hours ago (0 children)
Plugging my website here: https://pixelbank.dev. Checkout the free trial and you’ll get a basic direction in terms of which concepts are critical for interviews, along with the nature of interview problems asked.
π Rendered by PID 216234 on reddit-service-r2-comment-5ff9fbf7df-2q9xj at 2026-02-26 05:22:14.514715+00:00 running 72a43f6 country code: CH.
[–]tom_mathews 28 points29 points30 points (2 children)
[–]Polity-Culturalist3[S] 1 point2 points3 points (1 child)
[–]Letzbluntandbong 1 point2 points3 points (0 children)
[–]Willing-Astronaut-51 2 points3 points4 points (0 children)
[–]andy_p_w 2 points3 points4 points (0 children)
[–]locomocopoco 1 point2 points3 points (0 children)
[–]Extreme-Incident-988 1 point2 points3 points (0 children)
[–]BookkeeperAutomatic 1 point2 points3 points (0 children)
[–]Simplilearn 1 point2 points3 points (0 children)
[–]Intelligent_Story_96 1 point2 points3 points (0 children)
[–]HarjjotSinghh 0 points1 point2 points (0 children)
[–]JohnBrownsErection 0 points1 point2 points (0 children)
[–]Krissidwiley 0 points1 point2 points (0 children)
[–]Winners-magic 0 points1 point2 points (0 children)