How to improve software engineering skills as a researcher

By Lj Miranda - 2020-11-15

Description

This blogpost is for researchers or data scientists who ask me how to improve their software engineering knowledge. I'll talk about a particular exercise tha...

Summary

  • Nov 15, 2020 • LJ MIRANDA Hello!
  • In this section, I’ll talk about a roadmap leading to an ML Service, with resources that once helped me along the way Be comfortable with UNIX commands and a version-control system like Git Git is fundamental to the software development lifecycle.
  • Learn how to write an API on top of your model using Flask or FastAPI For this step, the goal is to learn how to create simple web servers.
  • Write a Dockerfile for your web application.

 

Topics

  1. Backend (0.36)
  2. Machine_Learning (0.29)
  3. Management (0.15)

Similar Articles

Home

By fast - 2020-08-21

Making neural nets uncool again

A Journey from Software to Machine Learning Engineer

By KDnuggets - 2020-12-10

In this blog post, the author explains his journey from Software Engineer to Machine Learning Engineer. The focus of the blog post is on the areas that the author wished he'd have focused on during hi ...