TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Transition from Software Engineer to AI/ML Engineer

24 pointsby anujmehtaabout 1 year ago
Background: I am a Software Engineer and over the years got opportunity to work on different areas (Frontend, Backend, etc). For past 1 year I had started developing Co-pilots using Langchain, OpenAI, RAG. Now my query is if I want to build expertise in this areas what courses/books I should read so as to build knowledge around this area? I am looking for suggestions.

7 comments

wyndylabout 1 year ago
# Books I&#x27;ve liked that are approachable:<p>- [The Elements of Statistical Learning](<a href="https:&#x2F;&#x2F;link.springer.com&#x2F;book&#x2F;10.1007&#x2F;978-0-387-84858-7" rel="nofollow">https:&#x2F;&#x2F;link.springer.com&#x2F;book&#x2F;10.1007&#x2F;978-0-387-84858-7</a>)<p>- [The Little Learner: A Straight Line to Deep Learning](<a href="https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;9780262546379&#x2F;the-little-learner&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;9780262546379&#x2F;the-little-learner&#x2F;</a>)<p>- [The StatQuest Illustrated Guide To Machine Learning](<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0BLM4TLPY" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B0BLM4TLPY</a>)<p># Online Videos &#x2F; Courses<p>- [Karpthy&#x27;s Zero to Hero](<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VMj-3S1tku0&amp;list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VMj-3S1tku0&amp;list=PLAqhIrjkxb...</a>)<p>- [fast.ai](<a href="https:&#x2F;&#x2F;www.fast.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fast.ai&#x2F;</a>)<p>- [3blue1brown Neural Network Course] (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDNU6R1_6700...</a>)<p>- [Andrew Ng&#x27;s Courses](<a href="https:&#x2F;&#x2F;www.deeplearning.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.deeplearning.ai&#x2F;</a>)<p># Fun Projects<p>- These will teach you data-wrangling things that unfortunately eat up a lot of time.<p>What do you want to build? I&#x27;d love to spitball ideas here.
评论 #39999029 未加载
b86754about 1 year ago
What math do you know? You can quickly get started with PyTorch but usually people employed as AI&#x2F;ML engineers have a heavy math background.<p>That said, it’s nothing too crazy. Most of deep learning is just linear algebra and optimization. For general data science, statistics and probability should be your main focus in my opinion.
评论 #39993873 未加载
kordlessagainabout 1 year ago
I&#x27;m going to suggest not reading books or taking courses. Things are moving so fast, the concepts of RAG as one example, that any coursework being prepared is going to be out of date quickly.<p>I do recommend reading academic papers coming out on AI&#x2F;ML topics, however. There are some really interesting things happening in and around vector storage of documents that will be impactful for years to come.<p>Past that, build something cool that you are passionate about. I&#x27;m not sure your preference for size of company, but any startup that is likely to succeed will hire based on diverse work experience. Being who you are is the most important thing to remember when changing your course!
评论 #39998331 未加载
ronyfadelabout 1 year ago
I’ve seen the fast.ai course recommended over and over here.
ProjectArcturisabout 1 year ago
Why would you want to? There&#x27;s a huge glut of ML engineers.
评论 #39993649 未加载
mayilianabout 1 year ago
Why?
评论 #39999018 未加载
BenoitPabout 1 year ago
I did a similar transition as a freelance, it was not a simple task. I started 7 years ago.<p>First, I got lucky to be doing data close to where a business case allowed it. Then had to fight my client so that I could _improve_ his best selling marketing campaign. I had to resort to implement explainable ML to convince him the back box was taking the same decisions, and only then adding long tail signals. At the time SHAP did not exist, but its precursor did (interpretableTree by Saabas, I ported it from Python to Scala&#x2F;Spark because Python scared the client)<p>This was one-shot. Back to data integration after that.<p>I participated in an ML challenge, nights and weekends. And developed ideas from there, and personal techniques that I showcased here: <a href="http:&#x2F;&#x2F;explicable.ai" rel="nofollow">http:&#x2F;&#x2F;explicable.ai</a> . Although I didn&#x27;t make any money from it (I tried, but while people like nice pixels, they don&#x27;t need them; and I interest mostly engineers, who won&#x27;t&#x2F;can&#x27;t buy it but will definitely want to do the same for themselves)<p>But it did act as a great portfolio piece. And landed me my first full ML project. It was a very small fixed time contract and ended recently, but I had a lot of fun doing it.<p>Anyway, this doesn&#x27;t garantee you the greenest grass. For example, I&#x27;m currently looking for a salaried position for personal reasons and it&#x27;s still tough. Btw if anyone wants to hire an MLE in Paris or remote worldwide, here is my resume: <a href="https:&#x2F;&#x2F;benoit.paris&#x2F;CV_Benoit_Paris_EN.pdf" rel="nofollow">https:&#x2F;&#x2F;benoit.paris&#x2F;CV_Benoit_Paris_EN.pdf</a><p>Now for your question: MOOCs can help a lot, and it&#x27;s definitely something to put on your CV. Lots of good resources on YouTube as well. Karpathy&#x27;s stuff is awesome for intuition (see for example LSTMs <a href="https:&#x2F;&#x2F;karpathy.github.io&#x2F;2015&#x2F;05&#x2F;21&#x2F;rnn-effectiveness&#x2F;" rel="nofollow">https:&#x2F;&#x2F;karpathy.github.io&#x2F;2015&#x2F;05&#x2F;21&#x2F;rnn-effectiveness&#x2F;</a>). You may also want to widen your focus to breakthroughs in other domains, reading papers and code as they come (UMAP, Nerfs&#x2F;GaussianSplats). <a href="https:&#x2F;&#x2F;paperswithcode.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;paperswithcode.com&#x2F;</a> is awesome for that. Also be sure to continue doing projects you can show a prospective employer in parallel.<p>TL;DR: Keep at it, but make sure you produce something, even if it&#x27;s just nice pixels.