ML Puzzle Piece-4:Data Labeling
This is the post number 4 of a series of articles discussing the software engineering perspective of Machine Learning Systems.
Read More
ML Puzzle Piece-3:Marvelous data and where to find it
This is the third post of a series of articles discussing the software engineering perspective of Machine Learning Systems.
Read More
ML Puzzle Piece-2:What to Solve with ML
This is the second post of a series of articles discussing the software engineering perspective of Machine Learning Systems.
Read More
ML Puzzle Piece-1:Extra Layer of Complexity
This is the first post of a series of articles discussing the software engineering perspective of Machine Learning Systems.
Read More
MNIST: The Neural Network Hello World Dataset
The great OCR was one of the earliest Neural Network applications. The utility of converting hand or machine-written text from scanned documents to machine-encoded text format was and still huge.
Read More
Model in a Container
In this post, I will describe a recipe for ML Software Engineers who want to publish their ML model built with Python using FastAPI and containerize it using Docker. This is one of the steps towards making the model ready to be deployed to the production environment, whether it is on-premise or on the cloud.
Read More