←back to thread

151 points ibobev | 4 comments | | HN request time: 0s | source
1. throwawayML2 ◴[] No.41084633[source]
I wouldn't put too much weight into this. Not only is much of this content dated, but Chip is far from a subject matter expert. She loves to write (and is a greater writer), but don't expect anything beyond a cursory introduction.
replies(2): >>41084801 #>>41085303 #
2. rirarobo ◴[] No.41084801[source]
Are there other, more up-to-date, resources you would recommend?
replies(1): >>41085381 #
3. hashtag-til ◴[] No.41085303[source]
I had a look, and being an interviewer for ML related positions, it’s a mistake to be using boilerplate questions like this.

Invest time creating your own pet projects rather than cutting corners with these books.

4. Onavo ◴[] No.41085381[source]
The Deep Learning Interviews book (more specifically volume 2, based on the proposed contents) in the other thread is much more representative of ML interviews for candidates with at least an undergraduate level of machine learning training.

https://news.ycombinator.com/item?id=41084834

Note machine learning engineering is very different from model and data work, i.e. designing the experiments. There are plenty of jobs where you package Nvidia drivers and pytorch files into docker containers, or write low level C++ to e.g. implement a transformer network on a new device architecture. Those require nothing more than a cursory knowledge of machine learning, and you can essentially get away treating them as magical black box matrix multiplication formulas. Very few companies can actually afford the 7 figure salaries for actual frontier level machine learning research.

For example, if you want to run a GPT model on some obscure graphics chip, you are better off hiring a C++ computer graphics/embedded engineer to do it than a typical academic trained ML researcher. The engineer can implement a GPT model simply by building out the matrix multiplications, and can do a better job without even knowing what an activation function is.