|
|
|
Ask HN: Career recommendations for middle a ML engineer
|
|
6 points
by proudmo
953 days ago
|
|
I am a ML engineer with a year of working experience. I have a fairly solid understanding of mathematics/statistics, classic machine learning algorithms, python libraries (numpy, scipy, scikit-learn, pytorch). I'm wondering what skills/libraries/frameworks/courses can you recommend to gain or improve for further career development as a ML engineer? |
|
Most of my time, I spent trying to better understand how to "approximate" the Data Science/ML workloads to the Development stack of the company, so I spent a lot of time learning about containerization, and multiple ways to deploy those artifacts. On top of that, I started learning about the CI/CD stack, and introducing the CT (Continuous Training), by tracking metrics of the live models that were being served, and triggering data-drift alerts.
Most of my work was done using Python, and the FastAPI library, and the containerization was done mostly using Docker, but I had to gain an understanding of how to deploy it in cloud environments, at the time it was really valuable to learn Terraform to understand how to use Infrastructure as Code.