Once I’ve built up the fundamentals, how can I get some real experience (at least, enough to land a first job in the field)?
I might be going back to school as well for a mscs if I can get in somewhere. I figure that might help.
1–6 of 6 posts
Once I’ve built up the fundamentals, how can I get some real experience (at least, enough to land a first job in the field)?
I might be going back to school as well for a mscs if I can get in somewhere. I figure that might help.
I think of MLOps--deploying, training, managing, scaling ML systems on SageMaker, models on Bedrock, etc. Dealing with data ingestion/ETL for those systems. Managing costs. Doing SRE stuff for those systems. Stuff like that.
Getting to know some cuda is a solid step forward, I'd recommend familiarizing with Triton as a next move since you seem into that, besides fundamentals like trying out a scalable deployment workflow with a framework>training env>inference env>orchestration tooling of choice. Plenty of room to mix and match there (and can be done at no cost in many cases due to generous free trials/tiers) :). Simply finding something…
I am learning about this stuff right now as well (and fortunate to be in a job where I basically get to start building this stuff with 0 credentials). I am not sure C++ and deep Nvidia Cuda stuff matter, but we are probably just thinking of different things when we say or hear "ML infrastructure". I think of MLOps--deploying, training, managing, scaling ML systems on SageMaker, models on Bedrock, etc. Dealing with da…