Ask HN: How can I become a machine learning engineer?
Along the way, I learned to write Python and C code, and I am very strong in Python today. I have taken college courses in statistics, differential equations, linear algebra, and optimization (constrained and unconstrained, gradient and discrete methods). I like optimization and am comfortable in Python and I think machine learning makes sense for me as a gateway into a software engineering career.
I am aware of tools such as [1] but I don't like that after investing 2000 hours in the curriculum, I still would not have learned any new technologies.
What essential technologies and computer science concepts do I need to learn to get hired as a machine learning engineer as soon as possible? What self-study courses and resources can you recommend?
[1] https://teachyourselfcs.com/
3 comments
[ 4.0 ms ] story [ 19.6 ms ] threadAlso consider just applying to roles right now, you can always apply again later.
Also, ML is really hot right now, and while you are well positioned (given your math background that a lot of CS people lack), there are several orders of magnitude more software engineerings roles than ML roles, so if ML is only a path to work in software, consider just applying directly to general software engineering roles as well.
If you do plan to do additional learning, do a project of some kind, and don't just read a bunch.
What technologies do I need to learn to perform well in a ML role? What are some examples of a tech stack that I might be expected to work with?
Also, I have attended a number of hackathons in the past but mostly used them as learning opportunities and rarely finished projects or wrote any good code. Should I leave those on my resume or take them off?
The tech stack for ML usually involves some data processing framework, e.g. Apache Spark or Dask or something like that. Some actual ML training system, e.g. scikit-learn, Spark's mllib, TensorFlow/PyTorch for the deep learning stuff that is hot right now, particularly for computer vision/NLP work. And then whatever general programming language the company uses for deploying code into production.
I'd keep your hackathon stuff on your resume.